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
We could have an optional parameter, for example exclude_zeros=True, that allows users to choose whether to plot zero values.
Use case
I'm currently working on the Python version of fpp4, specifically chapter 12.5, which involves plotting the number of calls to a bank, with no calls outside of operational hours.
The text was updated successfully, but these errors were encountered:
MMenchero
changed the title
Give plots the option of not showing missing values
Give plot_series the option of not showing zeros or missing values
Aug 6, 2024
MMenchero
changed the title
Give plot_series the option of not showing zeros or missing values
Give plot_series the option of not showing zeros
Aug 6, 2024
Description
It would be nice to have the option of not plotting zero values when using the
plot_series
function when they're not relevant to the analysis.We could have an optional parameter, for example
exclude_zeros=True
, that allows users to choose whether to plot zero values.Use case
I'm currently working on the Python version of fpp4, specifically chapter 12.5, which involves plotting the number of calls to a bank, with no calls outside of operational hours.
The text was updated successfully, but these errors were encountered: