-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gg_season() shows wrong values on x-axis #107
Comments
Similar problem with library(dplyr)
library(tsibble)
library(feasts)
tourism %>%
group_by(Purpose) %>%
summarise(Trips = sum(Trips), .groups = "drop") %>%
gg_subseries(Trips) |
Should work now, thanks for the issue and patience!
|
I reinstalled feasts (version 0.1.4 ), the issue remains, do I have to install a different version of feasts / fpp3 ? Many thanks |
This is fixed in the development version of the package which is not yet on CRAN. |
When I try plot examples from with fpp3 book with
gg_season
(withoutperiod
argument) plots has unwanted and wrong years on x-axis.All examples with declared
period
argument works well.The text was updated successfully, but these errors were encountered: