@@ -7267,27 +7267,27 @@ def violinplot(self, dataset, positions=None, vert=True, widths=0.5,
7267
7267
:class:`matplotlib.collections.PolyCollection` instances
7268
7268
containing the filled area of each violin.
7269
7269
7270
- - ``means ``: A
7270
+ - ``cmeans ``: A
7271
7271
:class:`matplotlib.collections.LineCollection` instance
7272
7272
created to identify the mean values of each of the
7273
7273
violin's distribution.
7274
7274
7275
- - ``mins ``: A
7275
+ - ``cmins ``: A
7276
7276
:class:`matplotlib.collections.LineCollection` instance
7277
7277
created to identify the bottom of each violin's
7278
7278
distribution.
7279
7279
7280
- - ``maxes ``: A
7280
+ - ``cmaxes ``: A
7281
7281
:class:`matplotlib.collections.LineCollection` instance
7282
7282
created to identify the top of each violin's
7283
7283
distribution.
7284
7284
7285
- - ``bars ``: A
7285
+ - ``cbars ``: A
7286
7286
:class:`matplotlib.collections.LineCollection` instance
7287
7287
created to identify the centers of each violin's
7288
7288
distribution.
7289
7289
7290
- - ``medians ``: A
7290
+ - ``cmedians ``: A
7291
7291
:class:`matplotlib.collections.LineCollection` instance
7292
7292
created to identify the median values of each of the
7293
7293
violin's distribution.
@@ -7373,27 +7373,27 @@ def violin(self, vpstats, positions=None, vert=True, widths=0.5,
7373
7373
:class:`matplotlib.collections.PolyCollection` instances
7374
7374
containing the filled area of each violin.
7375
7375
7376
- - ``means ``: A
7376
+ - ``cmeans ``: A
7377
7377
:class:`matplotlib.collections.LineCollection` instance
7378
7378
created to identify the mean values of each of the
7379
7379
violin's distribution.
7380
7380
7381
- - ``mins ``: A
7381
+ - ``cmins ``: A
7382
7382
:class:`matplotlib.collections.LineCollection` instance
7383
7383
created to identify the bottom of each violin's
7384
7384
distribution.
7385
7385
7386
- - ``maxes ``: A
7386
+ - ``cmaxes ``: A
7387
7387
:class:`matplotlib.collections.LineCollection` instance
7388
7388
created to identify the top of each violin's
7389
7389
distribution.
7390
7390
7391
- - ``bars ``: A
7391
+ - ``cbars ``: A
7392
7392
:class:`matplotlib.collections.LineCollection` instance
7393
7393
created to identify the centers of each violin's
7394
7394
distribution.
7395
7395
7396
- - ``medians ``: A
7396
+ - ``cmedians ``: A
7397
7397
:class:`matplotlib.collections.LineCollection` instance
7398
7398
created to identify the median values of each of the
7399
7399
violin's distribution.
0 commit comments