You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The placement of "superseded" here seems misleading, as it sits next to geom_radial(), which actually supersedes geom_polar().
Is the behaviour of the last example (code below) doing what you want it to do? (There are points displayed outside the "plot area", for example.) Or is the intention to have something more like the image below (taken from a Plotnine example here).
The examples don't fully exercise geom_radial(). I collected some examples (for Plotnine) here. I understand that might be too elaborate for the documentation.
The placement of "superseded" here seems misleading, as it sits next to
geom_radial(), which actually supersedesgeom_polar().Is the behaviour of the last example (code below) doing what you want it to do? (There are points displayed outside the "plot area", for example.) Or is the intention to have something more like the image below (taken from a Plotnine example here).
The examples don't fully exercise
geom_radial(). I collected some examples (for Plotnine) here. I understand that might be too elaborate for the documentation.