e61-Institute / theme61

Create graphs in the e61 Institute style
https://e61-institute.github.io/theme61/
MIT License
5 stars 0 forks source link

Improve breaks in y-axis scales #31

Closed aaronw22 closed 1 year ago

aaronw22 commented 1 year ago

Change the limits argument to add an optional third element in the vector to specify the break interval as well as the min/max limits.

Self-note: Can be operationalised by supplying this vector to an internal seq function in the underlying scale_ function's break argument.