scales
scales copied to clipboard
scales: 2 issues
trafficstars
Aloha. Just discovered scales and want to thank you for that. I find a couple of things to comment on.
-
scale_x_continuous(labels = scales::label_number(accuracy = 0.5), breaks = c(-124, -120, -116)) if accuracy = 0.0 (ie, integer) then the values on the axis are NA.
-
It seems to me that 'accuracy' is more correctly 'precision'
Mahalo for the work.