-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MAINT Matplotlib -> matplotlib #7387
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
Conversation
@@ -203,7 +203,7 @@ | |||
|
|||
2013-04-25 Changed all instances of: | |||
|
|||
from matplotlib import MatplotlibDeprecationWarning as mplDeprecation | |||
from matplotlib import matplotlibDeprecationWarning as mplDeprecation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no…
sedding \bmatplotlib\b would have helped? :) |
I remember having this discussion around a glass of very good whisky in 2013 in an AT&T center… |
@@ -196,6 +196,6 @@ navigate the gallery. Thus, tags are complementary to this reorganization. | |||
|
|||
.. [1] http://github.com/matplotlib/matplotlib/pull/714 | |||
.. [2] http://github.com/matplotlib/matplotlib/issues/524 | |||
.. [3] http://matplotlib.1069221.n5.nabble.com/Matplotlib-gallery-td762.html#a33379091 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this break the link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it doesn't - urls are not case-sensitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It automatically redirects you to uppercased variant because this part of url is just a topic of the thread
@@ -152,7 +152,7 @@ Then copy the build products into your local checkout of the | |||
`~/matplotlib.github.com`:: | |||
|
|||
cp -r build/html/* ~/matplotlib.github.com | |||
cp build/latex/Matplotlib.pdf ~/matplotlib.github.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably should leave this + where were it gets generated as capital (to not break peoples bookmarks / scripts).
=============== | ||
|
||
If you want to refer to matplotlib in a publication, you can use | ||
"Matplotlib: A 2D Graphics Environment" by J. D. Hunter In Computing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should match the capitalization of the actual paper
@@ -13,19 +13,19 @@ | |||
<https://www.packtpub.com/big-data-and-business-intelligence/mastering-matplotlib>`_ | |||
by Duncan M. McGreggor | |||
|
|||
* `Interactive Applications Using Matplotlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should match the titles of the books.
@@ -720,17 +720,17 @@ Issues (605): | |||
* :ghissue:`6970`: quiver problems when angles is an array of values rather than 'uv' or 'xy' | |||
* :ghissue:`6966`: No Windows wheel available on PyPI for new version of matplotlib (1.5.2) | |||
* :ghissue:`6721`: Font cache building of matplotlib blocks requests made to HTTPd | |||
* :ghissue:`6844`: scatter edgecolor is broken in Matplotlib 2.0.0b3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is going to get thrashed as it is auto-generated :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this issue, but can you share the scripts of the auto-generation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -11,12 +11,12 @@ | |||
<pre> | |||
@Article{Hunter:2007, | |||
Author = {Hunter, J. D.}, | |||
Title = {Matplotlib: A 2D graphics environment}, | |||
Title = {matplotlib: A 2D graphics environment}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, a book title.
I fixed the issues. |
I don't have a strong opinion about this PR but considering the changes tackled here, it either needs to be merged or to be closed. If I don't receive any feedback in the next couple of days, I will close it. |
I vote to close it. I think that forcing lower case at the start of a sentence looks terrible. Either always upper case, or letting the case go up and down like that of a normal noun, is fine with me. I don't even care whether it is consistent. |
Somewhat in favor of getting it consistent, but not feeling strongly about it. |
As with @efiring, slight preference for capitalization; our GitHub organization is Matplotlib Developers, not matplotlib Developers, after all... (That's not really much of an argument, of course.) |
My vote is to treat it as a proper noun, except in the case of referring to
the package name as `matplotlib`. Furthermore, I think `mpl` should always
be lower-case and never used at the start of a sentence (and really, it
should be avoided). I haven't decided yet about what to do for pyplot and
pylab. They really shouldn't be proper nouns, so I wouldn't go as far as I
would with Matplotlib with respect to capitalization, but they would look
weird if they start a sentence lower-cased.
…On Tue, Dec 6, 2016 at 9:58 PM, Elliott Sales de Andrade < ***@***.***> wrote:
As with @efiring <https://github.com/efiring>, slight preference for
capitalization; our GitHub organization *is* Matplotlib Developers, not
matplotlib Developers, after all... (That's not really much of an argument,
of course.)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7387 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-JH2LakjmglHI_-LUL-6xwq1nz44ks5rFiDjgaJpZM4Kn9rD>
.
|
For consistency, renaming all instances in the documentation of Matplotlib into matplotlib.
Somehow, I did not feel comfortable sedding the code…
attn @anntzer