Commit 6d23c8e
More precise choice of axes limits.
plt.plot([-.1, .2]) used to pick (in round numbers mode) [-.1, .25] as
ylims due to floating point inaccuracies; change it to pick [-.1, .2]
(up to floating point inaccuracies).
Support for the (unused and deprecated-in-comment) "trim" keyword
argument has been dropped as the way ticks are picked has changed.
Many test images have changed!
Implementation notes:
- A bug in numpy's implementation of divmod (numpy/numpy#6127) is worked
around.
- The implementation of scale_range has also been cleaned.
See #5767, #5738.1 parent b8d8b1b commit 6d23c8e
23 files changed
Lines changed: 3495 additions & 3593 deletions
File tree
- lib
- matplotlib
- tests
- baseline_images
- test_axes
- test_bbox_tight
- mpl_toolkits/tests/baseline_images/test_mplot3d
Binary file not shown.
Lines changed: 194 additions & 242 deletions
Loading
Binary file not shown.
Lines changed: 506 additions & 506 deletions
Loading
Binary file not shown.
Lines changed: 107 additions & 127 deletions
Loading
0 commit comments