8000 DOC: fix link in See Also section of axes.violin · QuLogic/matplotlib@d991d28 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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