Skip to content

Commit 937edf0

Browse files
committed
fix docs
1 parent 1bf902a commit 937edf0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8367,10 +8367,10 @@ def violinplot(self, dataset, positions=None, vert=None, widths=0.5,
83678367
plots the side below/above the positions value.
83688368
83698369
orientation : {'vertical', 'horizontal'}, default: 'vertical'
8370-
If 'horizontal', plots the violins horizontally.
8371-
Otherwise, plots the violins vertically.
8370+
If 'horizontal', plots the violins horizontally.
8371+
Otherwise, plots the violins vertically.
83728372
8373-
.. versionadded:: 3.10
8373+
.. versionadded:: 3.10
83748374
83758375
data : indexable object, optional
83768376
DATA_PARAMETER_PLACEHOLDER
@@ -8495,10 +8495,10 @@ def violin(self, vpstats, positions=None, vert=None, widths=0.5,
84958495
plots the side below/above the positions value.
84968496
84978497
orientation : {'vertical', 'horizontal'}, default: 'vertical'
8498-
If 'horizontal', plots the violins horizontally.
8499-
Otherwise, plots the violins vertically.
8498+
If 'horizontal', plots the violins horizontally.
8499+
Otherwise, plots the violins vertically.
85008500
8501-
.. versionadded:: 3.10
8501+
.. versionadded:: 3.10
85028502
85038503
Returns
85048504
-------

0 commit comments

Comments
 (0)