tidyverts / fabletools

General fable features useful for extension packages
http://fabletools.tidyverts.org/
89 stars 31 forks source link

custom x axis breaks #387

Closed nipnipj closed 2 months ago

nipnipj commented 8 months ago

How can we edit x axis breaks in plots generated by autoplot()?

mitchelloharawild commented 2 months ago

With the appropriate scale_x_yearmonth(), scale_x_date(), etc. functions. You can do autoplot() + scale_*().