File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ For new features that were added to matplotlib, please see
17
17
Changes in 1.3.x
18
18
================
19
19
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
+
20
28
* On Linux, the user-specific `matplotlibrc ` configuration file is now
21
29
located in `~/.config/matplotlib/matplotlibrc ` to conform to the
22
30
`XDG Base Directory Specification
You can’t perform that action at this time.
0 commit comments