-
Notifications
You must be signed in to change notification settings - Fork 909
In the handout for beginners, plt.subplots(2, 1) should be used. #117
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
Comments
Can you be more specific where this typo is on the cheat sheet? |
It's at the third column of the handout for beginners. In the second code block of Organize. |
Thanks for the report. Can you make a PR? |
radarFudan
added a commit
to radarFudan/cheatsheets
that referenced
this issue
Oct 10, 2022
timhoffm
added a commit
that referenced
this issue
Oct 11, 2022
Update the beginner tex file for the issue #117
Fixed by #118. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using matplotlib-3.6.0.
When I use plt.subplots((2, 1)), there is an error: ValueError: Number of rows must be a positive integer, not (2, 1)
The text was updated successfully, but these errors were encountered: