Make the plotting function for get_forecast_counts()
a regular function instead of an S3 method
#521
Labels
implementation-ready
This is ready for implementation
Milestone
Currently,
get_forecast_counts()
produces an object of classprediction_counts
and has an associated method forplot()
.@sbfnk, @seabbs and I discussed that having extra classes just for plotting is maybe a bit too much. We should therefore revert this change and create a simple plotting function (basically following the previous
plot_available_forecasts()
we had. I suggestplot_forecast_counts()
as a name.The text was updated successfully, but these errors were encountered: