Skip to content

Commit

Permalink
fix samples plot
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Jul 2, 2024
1 parent 7e479c1 commit 6f05e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api_plot_time_series.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# how many time series are to be plotted?
number <- nrow(data2)
# what are the band names?
bands <- .samples_bands(data2)
bands <- .samples_bands(data2, include_base = FALSE)
# what are the reference dates?
ref_dates <- .samples_timeline(data2)
# align all time series to the same dates
Expand Down

0 comments on commit 6f05e4c

Please sign in to comment.