Closed
Description
I have a use case in which each axis (eg: Sulfate, Nitrate in this example) has a different scale. I don't see an easy way to do this. It looks like RadarAxes is based on PolarAxes which fundamentally uses the same scale for x and y dimensions.
I am new to Python and to me it looks like a new RadarAxes projection can be written from scratch (i.e. not based on PolarAxes) which could allow this.
What do you think ?
Activity
tacaswell commentedon Nov 20, 2015
Sorting out a general way to do plotting in a figure between different
axis
objects is something we should probably do. This relates back to the 'spark line' (maybe have the name wrong) code that @phobson has, but rotated so that the axis spines are radial instead of lined up.mdboom commentedon Nov 20, 2015
#4699 is adding a lot of improvements to polar plots. Perhaps that could be addressed there or @QuLogic has some ideas having been digging around there a lot lately.
phobson commentedon Nov 20, 2015
@tacaswell are you referring to this: http://stackoverflow.com/questions/15167928/implementing-horizon-charts-in-matplotlib?
tacaswell commentedon Nov 20, 2015
No it was something with many y axis with lines connecting them what was
used to show rough correlations between high dimensional data points.
On Fri, Nov 20, 2015, 13:53 Paul Hobson notifications@github.com wrote:
phobson commentedon Nov 20, 2015
oh oh oh ... this: https://gist.github.com/phobson/9de120cabde660ec734c
By the way -- this turns into a dumpster fire if you try to use log scales.
ankur-gupta commentedon Nov 20, 2015
@phobson This plot is much better than a radar chart for my use. Thanks.
mdboom commentedon Nov 23, 2015
Great stuff all... I guess the question is whether we want to keep this open. The subject line of this issue is still true, however, multiple r scales on a polar plot is hard to display effectively...
tacaswell commentedon Nov 23, 2015
At a minimum @phobson 's demo code should end up in the examples.
phobson commentedon Nov 23, 2015
I can take a stab at removing the seaborn and pandas dependencies of the example over the holiday.
3 remaining items