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
When attempting to plot matplotlib path and line collection I get the error "TypeError: Object of type 'int64' is not JSON serializable" because the collection is a numpy array.
I am able to fix this manually with a tolist() argument in the _display() module.
Was wondering if this will be addressed in a future release?
Thanks
The text was updated successfully, but these errors were encountered:
When attempting to plot matplotlib path and line collection I get the error "TypeError: Object of type 'int64' is not JSON serializable" because the collection is a numpy array.
I am able to fix this manually with a tolist() argument in the _display() module.
Was wondering if this will be addressed in a future release?
Thanks
The text was updated successfully, but these errors were encountered: