-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fixed typos in matplotlibrc and docs #1600
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
Changes from 1 commit
ad298ec
766f861
82037d6
00aeb77
87324df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,7 +162,7 @@ Pull Requests (123): | |
* :ghpull:`1074`: Added broadcasting support in some mplot3d methods | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have the sneaking suspicion that this file is automagically generated. @mdboom Do you know where the github stats come from? Presumably you didn't type them all out by hand... If it's auto-generated then I wonder if these changes will be overwritten in the next release, when we re-generate the github stats. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If so, I'll undo these changes and leave the typos in the history. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes -- this file is autogenerated from the git history -- which unfortunately does have these typos, but c'est la vie. Probably best to just not touch this file at all. I should probably put a comment at the top that this file is autogenerated so as to not to waste the time of helpful people like @kdavies4 in the future ;) |
||
* :ghpull:`1064`: Locator interface | ||
* :ghpull:`850`: Added tripcolor triangle-centred colour values. | ||
* :ghpull:`1093`: Exposed the callback id for the default key press handler so that it can be easily diabled. Fixes #215. | ||
* :ghpull:`1093`: Exposed the callback id for the default key press handler so that it can be easily disabled. Fixes #215. | ||
* :ghpull:`1065`: fixed conversion from pt to inch in tight_layout | ||
* :ghpull:`1082`: doc: in pcolormesh docstring, say what it does. | ||
* :ghpull:`1078`: doc: note that IDLE doesn't work with interactive mode. | ||
|
@@ -192,7 +192,7 @@ Pull Requests (123): | |
* :ghpull:`1002`: Fixed potential overflow exception in the lines.contains() method | ||
* :ghpull:`1025`: Timers | ||
* :ghpull:`989`: Animation subprocess bug | ||
* :ghpull:`898`: Added warnings for easily confusible subplot/subplots invokations | ||
* :ghpull:`898`: Added warnings for easily confusable subplot/subplots invocations | ||
* :ghpull:`963`: Add detection of file extension for file-like objects | ||
* :ghpull:`973`: Fix sankey.py pep8 and py3 compatibility | ||
* :ghpull:`972`: Force closing PIL image files | ||
|
@@ -244,7 +244,7 @@ Issues (226): | |
* :ghissue:`557`: Crash during date axis setup | ||
* :ghissue:`600`: errorbar(): kwarg 'markevery' not working as expected. | ||
* :ghissue:`174`: Memory leak in example simple_idle_wx.py | ||
* :ghissue:`232`: format in plot_direcitive sphinx>=1.0.6 compatible patch | ||
* :ghissue:`232`: format in plot_directive sphinx>=1.0.6 compatible patch | ||
* :ghissue:`1162`: FIX nose.tools.assert_is is only supported with python2.7 | ||
* :ghissue:`1165`: tight_layout fails on twinx, twiny | ||
* :ghissue:`803`: Return arrow collection as 2nd argument of streamplot. | ||
|
@@ -346,7 +346,7 @@ Issues (226): | |
* :ghissue:`850`: Added tripcolor triangle-centred colour values. | ||
* :ghissue:`1059`: Matplotlib figure window freezes during interactive mode | ||
* :ghissue:`215`: skipping mpl-axes-interaction during key_press_event\'s | ||
* :ghissue:`1093`: Exposed the callback id for the default key press handler so that it can be easily diabled. Fixes #215. | ||
* :ghissue:`1093`: Exposed the callback id for the default key press handler so that it can be easily disabled. Fixes #215. | ||
* :ghissue:`909`: Log Formatter for tick labels can't handle non-integer base | ||
* :ghissue:`1065`: fixed conversion from pt to inch in tight_layout | ||
* :ghissue:`1086`: Problem with subplot / matplotlib.dates interaction | ||
|
@@ -403,7 +403,7 @@ Issues (226): | |
* :ghissue:`1002`: Fixed potential overflow exception in the lines.contains() method | ||
* :ghissue:`1025`: Timers | ||
* :ghissue:`989`: Animation subprocess bug | ||
* :ghissue:`898`: Added warnings for easily confusible subplot/subplots invokations | ||
* :ghissue:`898`: Added warnings for easily confusable subplot/subplots invocations | ||
* :ghissue:`963`: Add detection of file extension for file-like objects | ||
* :ghissue:`973`: Fix sankey.py pep8 and py3 compatibility | ||
* :ghissue:`972`: Force closing PIL image files | ||
|
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 change introduces a typo.
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.
I'm sorry. I'm pushing a change to undo this.