aeon icon indicating copy to clipboard operation
aeon copied to clipboard

[ENH] Adapt `plot_series` to accept numpy arrays and list of numpy

Open hadifawaz1999 opened this issue 1 year ago • 5 comments

Describe the feature or idea you want to propose

For now the function plot_series accepts only pd.Series, which is not the best approach because if someone works with numpy than the code will crash.

Describe your proposed solution

It should be adapted to work with 3d numpy, 2d numpy and list of 2d numpy

Describe alternatives you've considered, if relevant

No response

Additional context

No response

hadifawaz1999 avatar Jan 12 '24 09:01 hadifawaz1999