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 is a little bit more complicated than just moving the axis.
In particular, if you have start/end settings that don't include a vertical angle, the axis is placed horizontally.
So position = "right", or position = "left" for that matter, cannot apply correctly.
It works for coord_polar, so it'd be cool if could work for coord_radial. But I see it's a bit more complicated than I'd thought.
An idea is to just switch by 180 degrees where-ever the axis was, if someone uses position = "right" or "top"? That would make sense when it was a full or half pie, which would cover off most situations.
There is something to say for this from a consistency standpoint. However, I don't think it makes sense to use a flipping mechanism for the theta axis: that would only work if inner.radius allows enough space.
Currently only the y axis title moves
Created on 2024-03-02 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: