File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,14 @@ When using :func:`~matplotlib.axes.Axes.set_xlim` and
370
370
results in a ``ValueError ``. The previous behavior resulted in the
371
371
limits being erroneously reset to ``(-0.001, 0.001) ``.
372
372
373
+ `scatter ` and `Collection ` offsets are no longer implicitly flattened
374
+ ---------------------------------------------------------------------
375
+
376
+ `~matplotlib.collections.Collection ` (and thus both 2D
377
+ `~matplotlib.axes.Axes.scatter ` and 3D
378
+ `~mpl_toolkits.mplot3d.axes3d.Axes3D.scatter `) no
379
+ longer implicitly flattens its offsets. As a consequence, ``scatter ``'s ``x ``
380
+ and ``y `` arguments can no longer be 2+-dimensional arrays.
373
381
374
382
375
383
API Changes in 2.0.1
Original file line number Diff line number Diff line change @@ -414,17 +414,6 @@ The methods :meth:`~matplotlib.colors.LinearSegmentedColormap.reversed` and
414
414
instance of the Colormap. This implements a way for any Colormap to be
415
415
reversed.
416
416
417
-
418
- `Collection ` offsets are no longer implicitly flattened
419
- -------------------------------------------------------
420
-
421
- `~matplotlib.collections.Collection ` (and thus both 2D
422
- `~matplotlib.axes.Axes.scatter ` and 3D
423
- `~mpl_toolkits.mplot3d.axes3d.Axes3D.scatter `) no
424
- longer implicitly flattens its offsets. As a consequence, ``scatter ``'s ``x ``
425
- and ``y `` arguments can no longer be 2+-dimensional arrays.
426
-
427
-
428
417
`Artist.setp ` (and `pyplot.setp `) accept a `file ` argument
429
418
----------------------------------------------------------
430
419
You can’t perform that action at this time.
0 commit comments