Updated description:
- Rename the function
available_forecasts() to get_forecast_counts().
- Rename the class that is used for plotting to
forecast_counts.
This ensures that the function is named in line with other functions that use the get_ prefix to signal to the user that they provide helpful additional info based on the data.
Updated description:
available_forecasts()toget_forecast_counts().forecast_counts.This ensures that the function is named in line with other functions that use the
get_prefix to signal to the user that they provide helpful additional info based on the data.