Skip to content

Commit ac5a3ba

Browse files
committed
DOC: lineplot/xlims whatsnew entry for v0.21.0
1 parent 2455240 commit ac5a3ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ I/O
207207
Plotting
208208
^^^^^^^^
209209
- Bug in plotting methods using ``secondary_y`` and ``fontsize`` not setting secondary axis font size (:issue:`12565`)
210+
- Line plots no longer assume monotonic x data when calculating xlims, they show the entire lines now even for unsorted x data. (:issue:`11310`)(:issue:`11471`)
211+
- With matplotlib 2.0.0 and above, calculation of x limits for line plots is left to matplotlib, so that its new default settings are applied. (:issue:`15495`)
210212

211213

212214
Groupby/Resample/Rolling

0 commit comments

Comments
 (0)