Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix section names for numpydoc #13048

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
Dec 25, 2018
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
4 changes: 2 additions & 2 deletions 4 lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3982,8 +3982,8 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xshape, yshape,
- kwargs['color'] (==kwcolor)
- 'face' if not in classic mode else None

Arguments
---------
Parameters
----------
c : color or sequence or sequence of color or None
See argument description of `.Axes.scatter`.
edgecolors : color or sequence of color or {'face', 'none'} or None
Expand Down
4 changes: 2 additions & 2 deletions 4 lib/matplotlib/backend_bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,8 +1853,8 @@ def draw_idle(self, *args, **kwargs):
Even if multiple calls to `draw_idle` occur before control returns
to the GUI event loop, the figure will only be rendered once.

Note
----
Notes
-----
Backends may choose to override the method and implement their own
strategy to prevent multiple renderings.

Expand Down
8 changes: 4 additions & 4 deletions 8 lib/matplotlib/testing/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ def image_comparison(baseline_images, extensions=None, tol=0,
*baseline_images*, which must correspond, else an `ImageComparisonFailure`
exception will be raised.

Arguments
---------
Parameters
----------
baseline_images : list or None
A list of strings specifying the names of the images generated by
calls to :meth:`matplotlib.figure.savefig`.
Expand Down Expand Up @@ -429,8 +429,8 @@ def check_figures_equal(*, extensions=("png", "pdf", "svg"), tol=0):
This decorator should be preferred over `image_comparison` when possible in
order to keep the size of the test suite from ballooning.

Arguments
---------
Parameters
----------
extensions : list, default: ["png", "pdf", "svg"]
The extensions to test.
tol : float
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.