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
This is particularly useful when facetting. You can do it with a function, but it is complex code, and doesn't seem to integrate with the other scales labelling functions. It'd be be nice as an argument in the label_* functions.
It could look like scales::label_*(..., nth = 1, ...) where 1 would mean label every break, 2 would mean label every second, and 3 every third
The text was updated successfully, but these errors were encountered:
davidhodge931
changed the title
Feature request: label_2nd function to label every second break
Feature request: support labelling every second break
Nov 26, 2022
davidhodge931
changed the title
Feature request: support labelling every second break
Feature request: support labelling every nth break
Jul 22, 2023
This is particularly useful when facetting. You can do it with a function, but it is complex code, and doesn't seem to integrate with the other scales labelling functions. It'd be be nice as an argument in the label_* functions.
It could look like
scales::label_*(..., nth = 1, ...)
where 1 would mean label every break, 2 would mean label every second, and 3 every thirdCreated on 2023-07-22 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: