@@ -7274,27 +7274,27 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
7274
7274
:class:`matplotlib.collections.PolyCollection` instances
7275
7275
containing the filled area of each violin.
7276
7276
7277
- - ``means ``: A
7277
+ - ``cmeans ``: A
7278
7278
:class:`matplotlib.collections.LineCollection` instance
7279
7279
created to identify the mean values of each of the
7280
7280
violin's distribution.
7281
7281
7282
- - ``mins ``: A
7282
+ - ``cmins ``: A
7283
7283
:class:`matplotlib.collections.LineCollection` instance
7284
7284
created to identify the bottom of each violin's
7285
7285
distribution.
7286
7286
7287
- - ``maxes ``: A
7287
+ - ``cmaxes ``: A
7288
7288
:class:`matplotlib.collections.LineCollection` instance
7289
7289
created to identify the top of each violin's
7290
7290
distribution.
7291
7291
7292
- - ``bars ``: A
7292
+ - ``cbars ``: A
7293
7293
:class:`matplotlib.collections.LineCollection` instance
7294
7294
created to identify the centers of each violin's
7295
7295
distribution.
7296
7296
7297
- - ``medians ``: A
7297
+ - ``cmedians ``: A
7298
7298
:class:`matplotlib.collections.LineCollection` instance
7299
7299
created to identify the median values of each of the
7300
7300
violin's distribution.
@@ -7380,27 +7380,27 @@ def violin(self, vpstats, positions=None, vert=True, widths=0.5,
7380
7380
:class:`matplotlib.collections.PolyCollection` instances
7381
7381
containing the filled area of each violin.
7382
7382
7383
- - ``means ``: A
7383
+ - ``cmeans ``: A
7384
7384
:class:`matplotlib.collections.LineCollection` instance
7385
7385
created to identify the mean values of each of the
7386
7386
violin's distribution.
7387
7387
7388
- - ``mins ``: A
7388
+ - ``cmins ``: A
7389
7389
:class:`matplotlib.collections.LineCollection` instance
7390
7390
created to identify the bottom of each violin's
7391
7391
distribution.
7392
7392
7393
- - ``maxes ``: A
7393
+ - ``cmaxes ``: A
7394
7394
:class:`matplotlib.collections.LineCollection` instance
7395
7395
created to identify the top of each violin's
7396
7396
distribution.
7397
7397
7398
- - ``bars ``: A
7398
+ - ``cbars ``: A
7399
7399
:class:`matplotlib.collections.LineCollection` instance
7400
7400
created to identify the centers of each violin's
7401
7401
distribution.
7402
7402
7403
- - ``medians ``: A
7403
+ - ``cmedians ``: A
7404
7404
:class:`matplotlib.collections.LineCollection` instance
7405
7405
created to identify the median values of each of the
7406
7406
violin's distribution.
0 commit comments