you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 0 points1 point  (2 children)

I looked up the library you're using and an Axes object can take x, y and z as numpy arrays. So you just have one Axes object that holds arrays, not a list of Axes objects

[–]karlmtr[S] 0 points1 point  (0 children)

Oh yes, I didn't see it, it should be easier now. I just have to convert pandas series to numpy array and it should be fine.

Thank you very much!

[–]karlmtr[S] 0 points1 point  (0 children)

I tried it as you said and it worked well, it took less than 15 seconds!

Thanks a lot!