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

Skip to content

Commit 57f3c80

Browse files
committed
FIX: link
1 parent 6d4c8db commit 57f3c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def my_plotter(ax, data1, data2, param_dict):
263263
# proportional to the visual area of the marker. There are also an array of
264264
# markerstyles available as string codes (see :mod:`~.matplotlib.markers`) or
265265
# users can define their own `~.MarkerStyle` (see
266-
# :doc:`/gallery/lines_bars_markers/marker_reference`):
266+
# :doc:`/gallery/lines_bars_and_markers/marker_reference`):
267267

268268
fig, ax = plt.subplots(figsize=(5, 2.7))
269269
ax.plot(data1, 'o', label='data1')

0 commit comments

Comments
 (0)