Replies: 1 comment 6 replies
-
I exchanged some words with Elio on a very similar challenge. Open the link at your own risk. You might not be able to unsee something and it'll haunt you. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like the idea of doing the following to label an axis via the axis text (instead of the axis title). I don't have a good sense of why it doesn't work in the third example however (mtcars) when the same scale_y_continuous info is included. My best guess is it is a corner case, where the max label value is not printed because it's at plot edge, and that introduces the NAs, but I'm not really not sure.
Created on 2025-04-24 with reprex v2.1.1
Beta Was this translation helpful? Give feedback.
All reactions