Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix several minor typos #30281

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

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/schemas/conda-environment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "conda environment file",
"description": "Support for conda's enviroment.yml files (e.g. `conda env export > environment.yml`)",
"description": "Support for conda's environment.yml files (e.g. `conda env export > environment.yml`)",
"id": "https://raw.githubusercontent.com/Microsoft/vscode-python/main/schemas/conda-environment.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion doc/api/prev_api_changes/api_changes_0.90.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Changes for 0.90.1
named units.ConversionInterface.convert.

Axes.errorbar uses Axes.vlines and Axes.hlines to draw its error
limits int he vertical and horizontal direction. As you'll see
limits in the vertical and horizontal direction. As you'll see
in the changes below, these functions now return a LineCollection
rather than a list of lines. The new return signature for
errorbar is ylins, caplines, errorcollections where
Expand Down
2 changes: 1 addition & 1 deletion doc/api/prev_api_changes/api_changes_1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ algorithm that was not necessarily applicable to custom Axes. Three new private
methods, ``matplotlib.axes._base._AxesBase._get_view``,
``matplotlib.axes._base._AxesBase._set_view``, and
``matplotlib.axes._base._AxesBase._set_view_from_bbox``, allow for custom
*Axes* classes to override the pan and zoom algorithms. Implementors of
*Axes* classes to override the pan and zoom algorithms. Implementers of
custom *Axes* who override these methods may provide suitable behaviour for
both pan and zoom as well as the view navigation buttons on the interactive
toolbars.
Expand Down
8 changes: 4 additions & 4 deletions doc/users/prev_whats_new/github_stats_3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ Pull Requests (598):
* :ghpull:`11757`: PGF backend output text color even if black
* :ghpull:`11751`: Remove the unused 'verbose' option from setupext.
* :ghpull:`9084`: Require calling a _BoundMethodProxy to get the underlying callable.
* :ghpull:`11752`: Fix section level of Previous Whats New
* :ghpull:`11752`: Fix section level of Previous What's New
* :ghpull:`10513`: Replace most uses of getfilesystemencoding by os.fs{en,de}code.
* :ghpull:`11739`: fix tight_layout bug #11737
* :ghpull:`11744`: minor doc update on axes_grid1's inset_axes
Expand Down Expand Up @@ -899,7 +899,7 @@ Pull Requests (598):
* :ghpull:`11075`: Drop alpha channel when saving comparison failure diff image.
* :ghpull:`9022`: Help tool
* :ghpull:`11045`: Help tool.
* :ghpull:`11076`: Don't create texput.{aux,log} in rootdir everytime tests are run.
* :ghpull:`11076`: Don't create texput.{aux,log} in rootdir every time tests are run
* :ghpull:`11073`: py3fication of some tests.
* :ghpull:`11074`: bytes % args is back since py3.5
* :ghpull:`11066`: Use chained comparisons where reasonable.
Expand Down Expand Up @@ -1138,7 +1138,7 @@ Issues (123):
* :ghissue:`11373`: Passing an incorrectly sized colour list to scatter should raise a relevant error
* :ghissue:`11756`: pgf backend doesn't set color of text when the color is black
* :ghissue:`11766`: test_axes.py::test_csd_freqs failing with numpy 1.15.0 on macOS
* :ghissue:`11750`: previous whats new is overindented on "what's new in mpl3.0 page"
* :ghissue:`11750`: previous what's new is overindented on "what's new in mpl3.0 page"
* :ghissue:`11728`: Qt5 Segfaults on window resize
* :ghissue:`11709`: Repaint region is wrong on Retina display with Qt5
* :ghissue:`11578`: wx segfaulting on OSX travis tests
Expand All @@ -1149,7 +1149,7 @@ Issues (123):
* :ghissue:`11607`: AttributeError: 'QEvent' object has no attribute 'pos'
* :ghissue:`11486`: Colorbar does not render with PowerNorm and min extend when using imshow
* :ghissue:`11582`: wx segfault
* :ghissue:`11515`: using 'sharex' once in 'subplots' function can affect subsequent calles to 'subplots'
* :ghissue:`11515`: using 'sharex' once in 'subplots' function can affect subsequent calls to 'subplots'
* :ghissue:`10269`: input() blocks any rendering and event handling
* :ghissue:`10345`: Python 3.4 with Matplotlib 1.5 vs Python 3.6 with Matplotlib 2.1
* :ghissue:`10443`: Drop use of pytz dependency in next major release
Expand Down
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/github_stats_3.0.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Pull Requests (127):
* :ghpull:`12230`: Backport PR #12213 on branch v3.0.x (Change win32InstalledFonts return value)
* :ghpull:`12213`: Change win32InstalledFonts return value
* :ghpull:`12223`: Backport PR #11688 on branch v3.0.x (Don't draw axis (spines, ticks, labels) twice when using parasite axes.)
* :ghpull:`12224`: Backport PR #12207 on branch v3.0.x (FIX: dont' check for interactive framework if none required)
* :ghpull:`12224`: Backport PR #12207 on branch v3.0.x (FIX: don't check for interactive framework if none required)
* :ghpull:`12207`: FIX: don't check for interactive framework if none required
* :ghpull:`11688`: Don't draw axis (spines, ticks, labels) twice when using parasite axes.
* :ghpull:`12205`: Backport PR #12186 on branch v3.0.x (DOC: fix API note about get_tightbbox)
Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/github_stats_3.0.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Pull Requests (224):
* :ghpull:`12670`: FIX: add setter for hold to un-break basemap
* :ghpull:`12693`: Workaround Text3D breaking tight_layout()
* :ghpull:`12727`: Reorder API docs: separate file per module
* :ghpull:`12738`: Add unobtrusive depreaction note to the first line of the docstring.
* :ghpull:`12738`: Add unobtrusive deprecation note to the first line of the docstring
* :ghpull:`12740`: DOC: constrained layout guide (fix: Spacing with colorbars)
* :ghpull:`11663`: Refactor color parsing of Axes.scatter
* :ghpull:`12736`: Move deprecation note to end of docstring
Expand Down Expand Up @@ -263,7 +263,7 @@ Pull Requests (224):
* :ghpull:`12227`: Use (float, float) as parameter type for 2D positions
* :ghpull:`12199`: Allow disabling specific mouse actions in blocking_input
* :ghpull:`12213`: Change win32InstalledFonts return value
* :ghpull:`12207`: FIX: dont' check for interactive framework if none required
* :ghpull:`12207`: FIX: don't check for interactive framework if none required
* :ghpull:`11688`: Don't draw axis (spines, ticks, labels) twice when using parasite axes.
* :ghpull:`12210`: Axes.tick_params() argument checking
* :ghpull:`12211`: Fix typo
Expand Down
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/github_stats_3.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ Pull Requests (918):
* :ghpull:`12749`: Move toolmanager warning from logging to warning.
* :ghpull:`12598`: Support Cn colors with n>=10.
* :ghpull:`12727`: Reorder API docs: separate file per module
* :ghpull:`12738`: Add unobtrusive depreaction note to the first line of the docstring.
* :ghpull:`12738`: Add unobtrusive deprecation note to the first line of the docstring
* :ghpull:`11663`: Refactor color parsing of Axes.scatter
* :ghpull:`12736`: Move deprecation note to end of docstring
* :ghpull:`12704`: Rename tkinter import from Tk to tk.
Expand Down
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/github_stats_3.1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Issues (28):
* :ghissue:`15162`: axes.bar fails when x is int-indexed pandas.Series
* :ghissue:`15103`: Colorbar for imshow messes interactive cursor with masked data
* :ghissue:`8744`: ConnectionPatch hidden by plots
* :ghissue:`14950`: plt.ioff() not supressing figure generation
* :ghissue:`14950`: plt.ioff() not suppressing figure generation
* :ghissue:`14959`: Typo in Docs
* :ghissue:`14902`: from matplotlib import animation UnicodeDecodeError
* :ghissue:`14897`: New yticks behavior in 3.1.1 vs 3.1.0
Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/github_stats_3.1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Pull Requests (45):
* :ghpull:`15757`: Backport PR #15751 on branch v3.1.x (Modernize FAQ entry for plt.show().)
* :ghpull:`15735`: Cleanup some mplot3d docstrings.
* :ghpull:`15753`: Backport PR #15661 on branch v3.1.x (Document scope of 3D scatter depthshading.)
* :ghpull:`15741`: Backport PR #15729 on branch v3.1.x (Catch correct parse errror type for dateutil >= 2.8.1)
* :ghpull:`15729`: Catch correct parse errror type for dateutil >= 2.8.1
* :ghpull:`15741`: Backport PR #15729 on branch v3.1.x (Catch correct parse error type for dateutil >= 2.8.1)
* :ghpull:`15729`: Catch correct parse error type for dateutil >= 2.8.1
* :ghpull:`15737`: Fix env override in WebAgg backend test.
* :ghpull:`15244`: Change documentation format of rcParams defaults

Expand Down
8 changes: 4 additions & 4 deletions doc/users/prev_whats_new/github_stats_3.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,12 @@ Pull Requests (839):
* :ghpull:`16112`: CI: Fail when failed to install dependencies
* :ghpull:`16119`: Backport PR #16065 on branch v3.2.x (Nicer formatting of community aspects on front page)
* :ghpull:`16074`: Backport PR #16061 on branch v3.2.x (Fix deprecation message for axes_grid1.colorbar.)
* :ghpull:`16093`: Backport PR #16079 on branch v3.2.x (Fix restuctured text formatting)
* :ghpull:`16093`: Backport PR #16079 on branch v3.2.x (Fix restructured text formatting)
* :ghpull:`16094`: Backport PR #16080 on branch v3.2.x (Cleanup docstrings in backend_bases.py)
* :ghpull:`16086`: FIX: use supported attribute to check pillow version
* :ghpull:`16084`: Backport PR #16077 on branch v3.2.x (Fix some typos)
* :ghpull:`16077`: Fix some typos
* :ghpull:`16079`: Fix restuctured text formatting
* :ghpull:`16079`: Fix restructured text formatting
* :ghpull:`16080`: Cleanup docstrings in backend_bases.py
* :ghpull:`16061`: Fix deprecation message for axes_grid1.colorbar.
* :ghpull:`16006`: Ignore pos in StrCategoryFormatter.__call__ to display correct label in the preview window
Expand Down Expand Up @@ -811,7 +811,7 @@ Pull Requests (839):
* :ghpull:`14310`: Update to Bounding Box for Qt5 FigureCanvasATAgg.paintEvent()
* :ghpull:`14380`: Inline $MPLLOCALFREETYPE/$PYTEST_ADDOPTS/$NPROC in .travis.yml.
* :ghpull:`14413`: MAINT: small improvements to the pdf backend
* :ghpull:`14452`: MAINT: Minor cleanup to make functions more self consisntent
* :ghpull:`14452`: MAINT: Minor cleanup to make functions more self consistent
* :ghpull:`14441`: Misc. docstring cleanups.
* :ghpull:`14440`: Interpolations example
* :ghpull:`14402`: Prefer ``mpl.get_data_path()``, and support Paths in FontProperties.
Expand All @@ -827,7 +827,7 @@ Pull Requests (839):
* :ghpull:`14311`: travis: add c code coverage measurements
* :ghpull:`14393`: Remove remaining unicode-strings markers.
* :ghpull:`14391`: Remove explicit inheritance from object
* :ghpull:`14343`: acquiring and releaseing keypresslock when textbox is being activated
* :ghpull:`14343`: acquiring and releasing keypresslock when textbox is being activated
* :ghpull:`14353`: Register flaky pytest marker.
* :ghpull:`14373`: Properly hide __has_include to support C++<17 compilers.
* :ghpull:`14378`: Remove setup_method
Expand Down
20 changes: 10 additions & 10 deletions doc/users/prev_whats_new/github_stats_3.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Pull Requests (1066):
* :ghpull:`17617`: Rewrite pdf test to use check_figures_equal.
* :ghpull:`17654`: Small fixes to recent What's New
* :ghpull:`17649`: MNT: make _setattr_cm more forgiving
* :ghpull:`17644`: Doc 33 whats new consolidation
* :ghpull:`17644`: Doc 33 what's new consolidation
* :ghpull:`17647`: Fix example in docstring of cbook._unfold.
* :ghpull:`10187`: DOC: add a blitting tutorial
* :ghpull:`17471`: Removed idiomatic constructs from interactive figures docs
Expand Down Expand Up @@ -306,7 +306,7 @@ Pull Requests (1066):
* :ghpull:`17540`: Fix help window on GTK.
* :ghpull:`17535`: Update docs on subplot2grid / SubplotBase
* :ghpull:`17510`: Fix exception handling in FT2Font init.
* :ghpull:`16953`: Changed 'colors' paramater in PyPlot vlines/hlines and Axes vlines/hlines to default to configured rcParams 'lines.color' option
* :ghpull:`16953`: Changed 'colors' parameter in PyPlot vlines/hlines and Axes vlines/hlines to default to configured rcParams 'lines.color' option
* :ghpull:`17459`: Use light icons on dark themes for wx and gtk, too.
* :ghpull:`17539`: Use symbolic icons for buttons in GTK toolbar.
* :ghpull:`15435`: Reuse png metadata handling of imsave() in FigureCanvasAgg.print_png().
Expand Down Expand Up @@ -469,7 +469,7 @@ Pull Requests (1066):
* :ghpull:`15008`: ENH: add variable epoch
* :ghpull:`17260`: Text Rotation Example: Correct roation_mode typo
* :ghpull:`17258`: Improve info logged by tex subsystem.
* :ghpull:`17211`: Deprecate support for running svg converter from path contaning newline.
* :ghpull:`17211`: Deprecate support for running svg converter from path containing newline.
* :ghpull:`17078`: Improve nbAgg & WebAgg toolbars
* :ghpull:`17191`: Inline unsampled-image path; remove renderer kwarg from _check_unsampled_image.
* :ghpull:`17213`: Replace use of Bbox.bounds by appropriate properties.
Expand Down Expand Up @@ -604,7 +604,7 @@ Pull Requests (1066):
* :ghpull:`16823`: Dedupe implementation of axes grid switching in toolmanager.
* :ghpull:`16951`: Cleanup dates docstrings.
* :ghpull:`16769`: Fix some small style issues
* :ghpull:`16936`: FIX: Plot is now rendered with correct inital value
* :ghpull:`16936`: FIX: Plot is now rendered with correct initial value
* :ghpull:`16937`: Making sure to keep over/under/bad in cmap resample/reverse.
* :ghpull:`16915`: Tighten/cleanup wx backend.
* :ghpull:`16923`: Test the macosx backend on Travis.
Expand Down Expand Up @@ -860,7 +860,7 @@ Pull Requests (1066):
* :ghpull:`16439`: Rework pylab docstring.
* :ghpull:`16441`: Rework pylab docstring.
* :ghpull:`16442`: Expire deprecation of \stackrel.
* :ghpull:`16365`: TST: test_acorr (replaced image comparison with figure comparion)
* :ghpull:`16365`: TST: test_acorr (replaced image comparison with figure comparison)
* :ghpull:`16206`: Expire deprecation of \stackrel
* :ghpull:`16437`: Rework pylab docstring.
* :ghpull:`8896`: Fix mplot3d projection
Expand Down Expand Up @@ -898,7 +898,7 @@ Pull Requests (1066):
* :ghpull:`16304`: Simplify Legend.get_children.
* :ghpull:`16309`: Remove duplicated computations in Axes.get_tightbbox.
* :ghpull:`16314`: Avoid repeatedly warning about too many figures open.
* :ghpull:`16319`: Put doc for XAxis befor YAxis and likewise for XTick, YTick.
* :ghpull:`16319`: Put doc for XAxis before YAxis and likewise for XTick, YTick.
* :ghpull:`16313`: Cleanup constrainedlayout_guide.
* :ghpull:`16312`: Remove unnecessary Legend._approx_text_height.
* :ghpull:`16307`: Cleanup axes_demo.
Expand Down Expand Up @@ -991,7 +991,7 @@ Pull Requests (1066):
* :ghpull:`16078`: Refactor a bit animation start/save interaction.
* :ghpull:`16081`: Delay resolution of animation extra_args.
* :ghpull:`16088`: Use C++ true/false in ttconv.
* :ghpull:`16082`: Defaut to writing animation frames to a temporary directory.
* :ghpull:`16082`: Default to writing animation frames to a temporary directory.
* :ghpull:`16070`: Make animation blit cache robust against 3d viewpoint changes.
* :ghpull:`5056`: MNT: more control of colorbar with CountourSet
* :ghpull:`16051`: Deprecate parameters to colorbar which have no effect.
Expand Down Expand Up @@ -1133,7 +1133,7 @@ Pull Requests (1066):
* :ghpull:`15645`: Bump minimal numpy version to 1.12.
* :ghpull:`15646`: Hide sphinx-gallery config comments
* :ghpull:`15642`: Remove interpolation="nearest" from most examples.
* :ghpull:`15671`: Don't mention tcl in tkagg commments anymore.
* :ghpull:`15671`: Don't mention tcl in tkagg comments anymore.
* :ghpull:`15607`: Simplify tk loader.
* :ghpull:`15651`: Simplify axes_pad handling in axes_grid.
* :ghpull:`15652`: Remove mention of Enthought Canopy from the docs.
Expand Down Expand Up @@ -1400,7 +1400,7 @@ Issues (198):
* :ghissue:`16299`: The interactive polar plot animation's axis label won't scale.
* :ghissue:`15182`: More tests ``ConciseDateFormatter`` needed
* :ghissue:`16140`: Unclear Documentation for get_xticklabels
* :ghissue:`16147`: pp.hist parmeter 'density' does not scale data appropriately
* :ghissue:`16147`: pp.hist parameter 'density' does not scale data appropriately
* :ghissue:`16069`: matplotlib glitch when rotating interactively a 3d animation
* :ghissue:`14603`: Scatterplot: should vmin/vmax be ignored when a norm is specified?
* :ghissue:`15730`: Setting lines.marker = s in matplotlibrc also sets markers in boxplots
Expand All @@ -1423,7 +1423,7 @@ Issues (198):
* :ghissue:`15089`: Coerce MxNx1 images into MxN images for imshow
* :ghissue:`5253`: abline() - for drawing arbitrary lines on a plot, given specifications.
* :ghissue:`15165`: Switch to requiring Pillow rather than having our own png wrapper?
* :ghissue:`15280`: Add pull request checklist to Reviewers Guidlines
* :ghissue:`15280`: Add pull request checklist to Reviewers Guidelines
* :ghissue:`15289`: cbook.warn_deprecated() should warn with a MatplotlibDeprecationWarning not a UserWarning
* :ghissue:`15285`: DOC: make copy right year auto-update
* :ghissue:`15059`: fig.add_axes() with no arguments silently does nothing
Expand Down
6 changes: 3 additions & 3 deletions doc/users/prev_whats_new/github_stats_3.3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@ Pull Requests (73):
* :ghpull:`17995`: Avoid using Bbox machinery in Path.get_extents; special case polylines.
* :ghpull:`17994`: Special case degree-1 Bezier curves.
* :ghpull:`17990`: Manual backport of pr 17983 on v3.3.x
* :ghpull:`17984`: Backport PR #17972 on branch v3.3.x (Fix PyPy compatiblity issue)
* :ghpull:`17984`: Backport PR #17972 on branch v3.3.x (Fix PyPy compatibility issue)
* :ghpull:`17985`: Backport PR #17976 on branch v3.3.x (Fixed #17970 - Docstrings should not accessed with -OO)
* :ghpull:`17983`: FIX: undeprecate and update num2epoch/epoch2num
* :ghpull:`17976`: Fixed #17970 - Docstrings should not accessed with -OO
* :ghpull:`17972`: Fix PyPy compatiblity issue
* :ghpull:`17972`: Fix PyPy compatibility issue

Issues (25):

* :ghissue:`18234`: _reshape_2D function behavior changed, breaks hist for some cases in 3.3.0
* :ghissue:`18232`: different behaviour between 3.3.0 and 3.2.2 (and earlier) for ploting in a Tk canvas
* :ghissue:`18232`: different behaviour between 3.3.0 and 3.2.2 (and earlier) for plotting in a Tk canvas
* :ghissue:`18212`: Updated WxAgg NavigationToolbar2 breaks custom toolbars
* :ghissue:`18129`: Error reading png image from URL with imread in matplotlib 3.3
* :ghissue:`18163`: Figure cannot be closed if it has associated Agg canvas
Expand Down
Loading
Loading