Skip to content

Commit 7466e06

Browse files
committed
Merge pull request #2768 from phobson/docfix-boxplot-links
DOC: Fix references to demo files
2 parents da6cc34 + 41278a5 commit 7466e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2935,7 +2935,7 @@ def boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
29352935
Examples
29362936
--------
29372937
2938-
.. plot:: examples/statistics/boxplot_demo.py
2938+
.. plot:: mpl_examples/statistics/boxplot_demo.py
29392939
"""
29402940
bxpstats = cbook.boxplot_stats(x, whis=whis, bootstrap=bootstrap,
29412941
labels=labels)
@@ -3094,7 +3094,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
30943094
Examples
30953095
--------
30963096
3097-
.. plot:: examples/statistics/bxp_demo.py
3097+
.. plot:: mpl_examples/statistics/bxp_demo.py
30983098
"""
30993099
# lists of artists to be output
31003100
whiskers = []

0 commit comments

Comments
 (0)