↧
Answer by Torbjørn T. for PGFPlots fill color in polar plot from data set
I don't think pgfplots have anything like that built-in. One can do it manually, as in the example below, by reading the values from the table with the macros from pgfplotstable, and using plain old...
View ArticlePGFPlots fill color in polar plot from data set
My aim is to create a polar plot from a data set, where an additional data column defines the fill color radially out from the center. Can this be done in PGFPlots?In the example below, I create a...
View Article