robjhyndman / forecast

Forecasting Functions for Time Series and Linear Models
http://pkg.robjhyndman.com/forecast
1.1k stars 340 forks source link

Make use of the "labels" parameter in ggsubseriesplot #897

Closed PRGMDM closed 2 years ago

PRGMDM commented 2 years ago

"labels" was left unused in ggsubseriesplot(). This commit makes the function check if labels is supplied and give priority to the user-supplied labels.