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

Skip to content

Commit d539270

Browse files
committed
DOC shapes and collections is fully SG compatible
1 parent 9d802a9 commit d539270

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

doc/users/screenshots.rst

Lines 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

Lines 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

Lines 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)