scales
scales copied to clipboard
Fix #352 to make label_date_short() render all labels of the same level inline
Before with theme(axis_text = element_text(vjust = 0.5)
:
After with theme(axis_text = element_text(vjust = 0.5)
:
Haven't done a pull request to another library before, so apologies if I've done something incorrect