Skip to content

Commit f756948

Browse files
author
evgenii
committed
DOC: add Performance improvement bullet for LineCollection speed-up
1 parent cd3bd4d commit f756948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ Performance improvements
669669
- Performance improvement in ``DataFrameGroupBy.__len__`` and ``SeriesGroupBy.__len__`` (:issue:`57595`)
670670
- Performance improvement in indexing operations for string dtypes (:issue:`56997`)
671671
- Performance improvement in unary methods on a :class:`RangeIndex` returning a :class:`RangeIndex` instead of a :class:`Index` when possible. (:issue:`57825`)
672+
- Performance improvement in ``DataFrame.plot(kind="line")``: very wide DataFrames (more than 200 columns) are now rendered with a single :class:`matplotlib.collections.LineCollection` instead of one ``Line2D`` per column, reducing draw time by roughly 7 × on a 2000-column frame. (:issue:`61532`, :pr:`61764`)
672673

673674
.. ---------------------------------------------------------------------------
674675
.. _whatsnew_300.bug_fixes:

0 commit comments

Comments
 (0)