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
Running your example of vect_plot (0.4.2, matplotlib 3.5.2) I get:
"name": "ValueError",
"message": "Passing parameters norm and vmin/vmax simultaneously is not supported.
Please pass vmin/vmax directly to the norm when creating it.",
Running your example of vect_plot (0.4.2, matplotlib 3.5.2) I get:
can be solved by replacing:
with:
The text was updated successfully, but these errors were encountered: