-
Notifications
You must be signed in to change notification settings - Fork 38
matplotblog May 27, 2020 typo, should be: plt.plot( time, distance, 'bo-') #43
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
Hi, thanks for the report. Transferred this issue to the blog repository. Would you be interested in opening a PR to fix the typos? |
Sure (where is the blog repository?); good to learn to do this. Could you
tell me the recipe for opening a PR? thanks.
…On Tue, Dec 29, 2020 at 1:59 PM hannah ***@***.***> wrote:
Hi, thanks for the report. Transferred this issue to the blog repository.
Would you be interested in opening a PR to fixing the typos?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSPIRPIHN2SU7WPV7VAHSTSXIRHPANCNFSM4VNN3X3Q>
.
|
The repo is https://github.com/matplotlib/matplotblog If you want full instructions, they're at https://matplotlib.org/matplotblog/posts/how-to-contribute/ The pr through gui steps are:
|
davidevaleriani
added a commit
that referenced
this issue
Jan 5, 2021
…rface issue #43 fix: added "time" argument to plt.plot
This has been fixed, so closing it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first code block, line 4:
second code block, line 3:
third code block, line3:
plt.plot(distance,'bo-')
should beplt.plot(time, distance, 'bo-')
I did not see a comment section at the blog itself.
The text was updated successfully, but these errors were encountered: