10000 Add API changes entry for limits · matplotlib/matplotlib@a68d505 · GitHub
[go: up one dir, main page]

Skip to content

Commit a68d505

Browse files
committed
Add API changes entry for limits
1 parent d7968d0 commit a68d505

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/api_changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ For new features that were added to matplotlib, please see
1717
Changes in 1.3.x
1818
================
1919

20+
* Data limits on a plot now start from a point of having "null"
21+
limits, rather than limits in the range (0, 1). This has an effect
22+
on artists that only control limits in one direction, such as
23+
`axvline` and `axhline`, since their limits will not longer also
24+
include the range (0, 1). This fixes some problems where the
25+
computed limits would be dependent on the order in which artists
26+
were added to the axes.
27+
2028
* On Linux, the user-specific `matplotlibrc` configuration file is now
2129
located in `~/.config/matplotlib/matplotlibrc` to conform to the
2230
`XDG Base Directory Specification

0 commit comments

Comments
 (0)
0