Skip to content

Commit a468598

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

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
@@ -522,6 +522,8 @@ Plotting
522522
^^^^^^^^
523523
- Bug in plotting methods using ``secondary_y`` and ``fontsize`` not setting secondary axis font size (:issue:`12565`)
524524
- Bug when plotting ``timedelta`` and ``datetime`` dtypes on y-axis (:issue:`16953`)
525+
- 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`)
526+
- 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`)
525527

526528
Groupby/Resample/Rolling
527529
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)