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

Skip to content

Fix repeated word typos #23974

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
Sep 21, 2022
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 lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6205,7 +6205,7 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,

- It supports only flat shading (no outlines)
- It lacks support for log scaling of the axes.
- It does not have a have a pyplot wrapper.
- It does not have a pyplot wrapper.

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/colorbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def set_ticklabels(self, ticklabels, update_ticks=True, *, minor=False,
of locations.

update_ticks : bool, default: True
This keyword argument is ignored and will be be removed.
This keyword argument is ignored and will be removed.
Deprecated

minor : bool
Expand Down
2 changes: 1 addition & 1 deletion tutorials/introductory/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
In the explicit object-oriented (OO) interface we directly utilize instances of
:class:`axes.Axes` to build up the visualization in an instance of
:class:`figure.Figure`. In the implicit interface, inspired by and modeled on
MATLAB, uses an global state-based interface which is is encapsulated in the
MATLAB, uses an global state-based interface which is encapsulated in the
:mod:`.pyplot` module to plot to the "current Axes". See the :doc:`pyplot
tutorials </tutorials/introductory/pyplot>` for a more in-depth look at the
pyplot interface.
Expand Down