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
and ojo_scales() would automatically detect that the x variable is a date, and the y variable is a dollar amount, and it would apply scale_manual_date() and scale_manual_continuous(labels = scales::dollar), etc.
The text was updated successfully, but these errors were encountered:
I don't believe we can make this a default elsewhere, so could make sense to add here, the default expand argument should be scale_*(expand = expand_scale(mult = c(0, .1)) which creates no space below the bars and the x-axis but expands the scale to 10% above the highest bar plot.
I'm envisioning this working along the lines of:
and
ojo_scales()
would automatically detect that the x variable is a date, and the y variable is a dollar amount, and it would applyscale_manual_date()
andscale_manual_continuous(labels = scales::dollar)
, etc.The text was updated successfully, but these errors were encountered: