X Tutup
The Wayback Machine - https://web.archive.org/web/20201210205207/https://github.com/rougier/matplotlib-tutorial/issues/2
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

A typo in your blog "Matplotlib tutorial" #2

Open
JohnCoconut opened this issue Oct 8, 2015 · 1 comment
Open

A typo in your blog "Matplotlib tutorial" #2

JohnCoconut opened this issue Oct 8, 2015 · 1 comment

Comments

@JohnCoconut
Copy link

@JohnCoconut JohnCoconut commented Oct 8, 2015

I understand that I should not post a typo in your blog here, but this is the only way I can contact you, since your blog points here.

In your blog "Matplotlib tutorial", chapter "Simple Plot", section "Instantiating defaults", # savefig("../figures/exercice_2.png",dpi=72) could be changed to plt.savefig("../figures/exercice_2.png",dpi=72). You might have just missed plt in your code.

I really appreciate your tutorial. It's the best I could find on the web.

@rougier
Copy link
Owner

@rougier rougier commented Oct 9, 2015

Thanks and this just the right way to report an issue actually. Could you make a Pull Request such as your name appears in the contributors (If you don't know how, I can explain) ?

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup