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
That's an incremental improvement over our current process, which we can easily do ourselves. We'd be more interested in an overloaded method, so that ms + ts1 + ts2 would append the Series objects ts1 and ts2 to an existing MultipleSeries object ms
We need a way to add a single Series to a MultiSeries object.
Perhaps something like this:
MultiSeries.add(Series)
or
MultiSeries.add([Series1, Series2])
The text was updated successfully, but these errors were encountered: