Skip to content

Commit 51f85f0

Browse files
committed
DOC: add Performance improvement bullet for LineCollection speed-up
1 parent ca03573 commit 51f85f0

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
@@ -667,6 +667,7 @@ Performance improvements
667667
- Performance improvement in ``DataFrameGroupBy.__len__`` and ``SeriesGroupBy.__len__`` (:issue:`57595`)
668668
- Performance improvement in indexing operations for string dtypes (:issue:`56997`)
669669
- Performance improvement in unary methods on a :class:`RangeIndex` returning a :class:`RangeIndex` instead of a :class:`Index` when possible. (:issue:`57825`)
670+
- 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`)
670671

671672
.. ---------------------------------------------------------------------------
672673
.. _whatsnew_300.bug_fixes:

0 commit comments

Comments
 (0)