Feature request: Could a breaks_equal
function be provided?
#438
Labels
feature
a feature request or enhancement
breaks_equal
function be provided?
#438
It'd be useful to have a function to split a scale into breaks of equal size from the limits.
I thought maybe it might like it
scales::breaks_equal(n = NULL, ....)
Below is the output that it would generate in breaks as a demo for different n's for a example limits of c(0, 10), but rounded sensibly.
Created on 2024-06-15 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: