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

Skip to content

Commit aa3a9a5

Browse files
committed
Fix PEP8 gotcha
1 parent 2bdf314 commit aa3a9a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6996,9 +6996,9 @@ def violin(self, vpstats, positions=None, vert=True, widths=0.5,
69966996
Returns
69976997
-------
69986998
result : dict
6999-
A dictionary mapping each component of the violinplot to a list of the
7000-
corresponding collection instances created. The dictionary has
7001-
the following keys:
6999+
A dictionary mapping each component of the violinplot to a
7000+
list of the corresponding collection instances created. The
7001+
dictionary has the following keys:
70027002
70037003
- ``bodies``: A list of the
70047004
:class:`matplotlib.collections.PolyCollection` instances

0 commit comments

Comments
 (0)