Closed acebulsk closed 3 months ago
I can understand why this is useful, but by extension we could also ask why we don't allow e.g. coord_cartesian()
to place axes inside the panel at specified positions.
Also looking for this feature! Being able to place the r-axis inside gives a much better view on the scale, but sometimes it overlaps with your data (see example below). If I was able to customize the angle it would be much easier to prevent overlapping
When using coord_radial we can move the
r axis
(aka y axis) inside usingr_axis_inside = T
. However, whenr_axis_inside = T
the position defaults to 0 degrees when plotting a full circle and this is confusing ther axis
extends into the first value of the theta axis.I would like to be able to control the position/angle of the
r axis
when it is inside the plot. For example below I would like to have ther axis
at 45 degrees so it is not to be confused with the theta axis.Created on 2024-03-25 with reprex v2.1.0
Here is roughly what I am after: