Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d7ff73

Browse files
committed
Update API changes
1 parent 3de867b commit 4d7ff73

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/api/api_changes/2017-10-24-DS.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
-------------------------------------------
33

44
`StemContainer` objects now store a `LineCollection` object instead of a list
5-
of `Line2D` objects for stem lines plotted using `ax.stem`.
5+
of `Line2D` objects for stem lines plotted using `ax.stem`. This gives a very
6+
large performance boost to displaying and moving `ax.stem` plots.
7+
8+
Line segments can be extracted from the `LineCollection` using
9+
`LineCollection.get_segements()`. See the `LineCollection` documentation for
10+
other methods to retrieve the collection properties.

0 commit comments

Comments
 (0)