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

Commit d539270

Browse filesBrowse files
committed
DOC shapes and collections is fully SG compatible
1 parent 9d802a9 commit d539270
Copy full SHA for d539270

File tree

Expand file treeCollapse file tree

5 files changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-2
lines changed

‎doc/users/screenshots.rst

Copy file name to clipboardExpand all lines: doc/users/screenshots.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Path demo
4343
You can add arbitrary paths in matplotlib using the
4444
:mod:`matplotlib.path` module:
4545

46-
.. plot:: mpl_examples/shapes_and_collections/path_patch_demo.py
46+
.. plot:: mpl_examples/shapes_and_collections/plot_path_patch.py
4747

4848
.. _screenshots_mplot3d_surface:
4949

‎examples/shapes_and_collections/path_patch_demo.py renamed to ‎examples/shapes_and_collections/plot_path_patch.py

Copy file name to clipboardExpand all lines: examples/shapes_and_collections/plot_path_patch.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
================
33
PathPatch object
44
================
5+
6+
This example shows how to create `Path`\s and `PathPatch` objects through
7+
Matplotlib's API.
58
"""
69
import matplotlib.path as mpath
710
import matplotlib.patches as mpatches

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3914,7 +3914,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
39143914
39153915
Examples
39163916
--------
3917-
.. plot:: mpl_examples/shapes_and_collections/scatter_demo.py
3917+
.. plot:: mpl_examples/shapes_and_collections/plot_scatter.py
39183918
39193919
"""
39203920

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.