Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d7ff73

Browse filesBrowse files
committed
Update API changes
1 parent 3de867b commit 4d7ff73
Copy full SHA for 4d7ff73

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

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

Copy file name to clipboardExpand all lines: doc/api/api_changes/2017-10-24-DS.rst
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.