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

Skip to content

Commit aa6b410

Browse files
committed
Fix example link
1 parent 804b94c commit aa6b410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6229,7 +6229,7 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
62296229
62306230
Examples
62316231
--------
6232-
.. plot:: mpl_examples/pylab_examples/scatter_demo.py
6232+
.. plot:: mpl_examples/shapes_and_collections/scatter_demo.py
62336233
62346234
"""
62356235

0 commit comments

Comments
 (0)