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
Calling spy after using plot_grid with plot_2d=False causes the following error message as of matplotlib version 3.10:
plt.spy(some_matrix)
...
File "/usr/local/lib/python3.12/site-packages/matplotlib/_api/__init__.py", line 130, in check_in_list
raise ValueError(msg)
ValueError: 'top' is not a valid value for position; supported values are 'lower', 'upper', 'both', 'default', 'none'
Known fix: Create a new figure before calling spy.
The text was updated successfully, but these errors were encountered:
Calling spy after using plot_grid with plot_2d=False causes the following error message as of matplotlib version 3.10:
Known fix: Create a new figure before calling spy.
The text was updated successfully, but these errors were encountered: