business-science / timetk

Time series analysis in the `tidyverse`
https://business-science.github.io/timetk/
613 stars 101 forks source link

plot_time_series_cv_plan(): Pass through additional parameters to ggplot::facet_wrap - e.g. scales = "fixed" #150

Open ericjb opened 1 year ago

ericjb commented 1 year ago

Enhancement request: I ran the examples for the function plot_time_series_cv_plan() and noticed that the y scales are "free" and not fixed. Passing 'scales = "fixed"' to the function generates an error.