Skip to content

Navigation Menu

Sign in
Appearance settings

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 ae47a6e

Browse filesBrowse files
authored
Merge pull request matplotlib#29556 from landoskape/fix-violin-formatting
Spacing for description of linecolor
2 parents 52ce211 + b1a6020 commit ae47a6e
Copy full SHA for ae47a6e

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8555,8 +8555,8 @@ def violinplot(self, dataset, positions=None, vert=None,
85558555
.. versionadded:: 3.11
85568556
85578557
linecolor : :mpltype:`color` or list of :mpltype:`color`, optional
8558-
If provided, will set the line color(s) of the violins (the
8559-
horizontal and vertical spines and body edges).
8558+
If provided, will set the line color(s) of the violins (the
8559+
horizontal and vertical spines and body edges).
85608560
85618561
.. versionadded:: 3.11
85628562
@@ -8697,8 +8697,8 @@ def violin(self, vpstats, positions=None, vert=None,
86978697
.. versionadded:: 3.11
86988698
86998699
linecolor : :mpltype:`color` or list of :mpltype:`color`, optional
8700-
If provided, will set the line color(s) of the violins (the
8701-
horizontal and vertical spines and body edges).
8700+
If provided, will set the line color(s) of the violins (the
8701+
horizontal and vertical spines and body edges).
87028702
87038703
.. versionadded:: 3.11
87048704

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.