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's currently difficult to overlay legible labels over geom_*_axis(). A natural scheme would be to position them just outside the plotting window, as though they were tick mark labels (but without tick marks).
The text was updated successfully, but these errors were encountered:
This arguably violates the spirit and conventions of ggplot2. A suitable alternative may be to label the axes close to their intersections with the plotting window—for each axis, the intersection farther from the origin—by default parallel to the axes and shifted perpendicularly from them, as with geom_*_axis_text().
It's currently difficult to overlay legible labels over
geom_*_axis()
. A natural scheme would be to position them just outside the plotting window, as though they were tick mark labels (but without tick marks).The text was updated successfully, but these errors were encountered: