Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot_grid and spy #1297

Open
IvarStefansson opened this issue Jan 3, 2025 · 0 comments
Open

plot_grid and spy #1297

IvarStefansson opened this issue Jan 3, 2025 · 0 comments
Labels
wontfix This will not be worked on.

Comments

@IvarStefansson
Copy link
Contributor

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.

@IvarStefansson IvarStefansson added the wontfix This will not be worked on. label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on.
Projects
None yet
Development

No branches or pull requests

1 participant