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

Skip to content

Commit d991d28

Browse files
authored
DOC: fix link in See Also section of axes.violin
changed violin to violinplot in See Also section to correctly reference the violinplot method.
1 parent 57b4149 commit d991d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8618,7 +8618,7 @@ def violin(self, vpstats, positions=None, vert=None,
86188618
86198619
See Also
86208620
--------
8621-
violin :
8621+
violinplot :
86228622
Draw a violin plot from data instead of pre-computed statistics.
86238623
"""
86248624

0 commit comments

Comments
 (0)