We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
I use version 3.2.2, maybe the function changed in the update?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: