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 useful, as it provides another way to get the breaks & labels you want - and it can work well depending on the theme used.
I think it'd be ideal if this could be expressed as an argument every_nth argument in each label_* function.
This would then provide a way for the user to then determine the the frequency of labels (e.g. provide a label every 2nd break), and an offset (to start at not the first break if desired).
The text was updated successfully, but these errors were encountered:
davidhodge931
changed the title
Could label_* functions support labelling every nth break?
Could label_* functions support labelling every nth break?
Jun 4, 2024
davidhodge931
changed the title
Could label_* functions support labelling every nth break?
Feature request: Could label_* functions support labelling every nth break?
Jul 21, 2024
I think the new compose_label() function is the way to go about this. Adding such functionality to every labelling function would be too big a change for what it provides.
This is useful, as it provides another way to get the breaks & labels you want - and it can work well depending on the theme used.
I think it'd be ideal if this could be expressed as an argument
every_nth
argument in each label_* function.This would then provide a way for the user to then determine the the frequency of labels (e.g. provide a label every 2nd break), and an offset (to start at not the first break if desired).
This is following on from this discussion here tidyverse/ggplot2#5881
The text was updated successfully, but these errors were encountered: