File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Original file line number Diff line number Diff line change @@ -362,6 +362,15 @@ The `matplotlib.lines` module no longer imports the `pts_to_prestep`,
362
362
`pts_to_midstep ` and `pts_to_poststep ` functions from the `matplotlib.cbook `
363
363
module.
364
364
365
+ Invalid (Non-finite) Axis Limit Error
366
+ -------------------------------------
367
+
368
+ When using :func: `~matplotlib.axes.Axes.set_xlim ` and
369
+ :func: `~matplotlib.axes.Axes.set_ylim `, passing non-finite values now
370
+ results in a ``ValueError ``. The previous behavior resulted in the
371
+ limits being erroneously reset to ``(-0.001, 0.001) ``.
372
+
373
+
365
374
366
375
API Changes in 2.0.1
367
376
====================
Original file line number Diff line number Diff line change @@ -300,13 +300,6 @@ Pending
300
300
301
301
302
302
303
- Invalid (Non-finite) Axis Limit Error
304
- -------------------------------------
305
-
306
- When using :func: `~matplotlib.axes.Axes.set_xlim ` and
307
- :func: `~matplotlib.axes.Axes.set_ylim `, passing non-finite values now results
308
- in a ``ValueError ``. The previous behavior resulted in the limits being
309
- erroneously reset to ``(-0.001, 0.001) ``.
310
303
311
304
312
305
Metadata savefig keyword argument
You can’t perform that action at this time.
0 commit comments