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
ImportError: Failedtoimportaviewer: ['matplotlib: Unable to determine Axes to steal space for Colorbar. Either provide the *cax* argument to use as the Axes for the Colorbar, provide the *ax* argument to steal space from it, or add *mappable* to an Axes.']
Originally posted by agoncalvescoel February 9, 2024
Hey guys,
I'm learning how to use this amazing tool, and while I was going through the manual, I had some errors running some scripts from the examples folder: coupled.py, and circle.py.
It gives me extensive lists of errors and the program crashes. Here's a print of the first ones:
When writing coupled one myself I did notice that I only had errors when trying the vector form.
Anyone can help me with what I am doing wrong here?
The text was updated successfully, but these errors were encountered:
As documented in Matplotlib "API Changes for 3.8.0",
raises
Matplotlib 3.7 is fine. Regular meshes are fine.
Discussed in #1006
Originally posted by agoncalvescoel February 9, 2024
Hey guys,
I'm learning how to use this amazing tool, and while I was going through the manual, I had some errors running some scripts from the examples folder: coupled.py, and circle.py.
It gives me extensive lists of errors and the program crashes. Here's a print of the first ones:
When writing coupled one myself I did notice that I only had errors when trying the vector form.
Anyone can help me with what I am doing wrong here?
The text was updated successfully, but these errors were encountered: