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

Axes instance error #2

Open
edmanft opened this issue Apr 26, 2021 · 2 comments
Open

Axes instance error #2

edmanft opened this issue Apr 26, 2021 · 2 comments

Comments

@edmanft
Copy link

edmanft commented Apr 26, 2021

An error pops when I try to do the visualization:

line 858, in sca
raise ValueError("Axes instance argument was not found in a figure")

ValueError: Axes instance argument was not found in a figure

@pmocz
Copy link
Owner

pmocz commented Apr 27, 2021

You see this error if you prematurely close the figure, which is not a problem.

If you do not see any figure pop up, then this may be an issue with your python install. Which version of python and matplotlib are you using?

$ python --version
Python 3.7.4
$ python
>>> import matplotlib
>>> matplotlib.__version__
'3.1.2'

@edmanft
Copy link
Author

edmanft commented Apr 27, 2021

I use version 3.2.2, maybe the function changed in the update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants