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
It would be useful to allow non-complete polar plots. E.g. half or quarter plots. This could be parameterized with coord_polar(start = -pi/2, end = pi/2, direction = -1) and coord_polar(start = -pi/2, end = 0, direction -1) respectively.
This would also allow a more intuitive placement of the radial axis.