-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Error running the animation/random_walk.py example #13778
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
Labels
Comments
I posted the bug for documentation purposes but I'd like to take a crack at it |
daguito81
added a commit
to daguito81/matplotlib
that referenced
this issue
Mar 28, 2019
5 tasks
The example must be run with matplotlib master, not 2.2.3 (with 2.2.3, you need to run an older version of the example). |
Thank you for your comment. I tested it with master and indeed it works. Sorry about that |
No worries. Good to close? |
I thought I closed it myself already.
Regards,
Dago
…On Thu, Mar 28, 2019, 12:27 PM Antony Lee ***@***.***> wrote:
No worries. Good to close?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13778 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AORqcivUxtQXQ2I1xO0DbS2jeuSbiG1Pks5vbKcXgaJpZM4cPpWc>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
When running the random_walk.py example, python throws an error
Code for reproduction
This appears by running random_walk.py as is
Actual outcome
AttributeError stating that the generated ax has no plot attribute
Matplotlib version
print(matplotlib.get_backend())
): Qt5AggThe text was updated successfully, but these errors were encountered: