Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de867b commit 4d7ff73Copy full SHA for 4d7ff73
doc/api/api_changes/2017-10-24-DS.rst
@@ -2,4 +2,9 @@
2
-------------------------------------------
3
4
`StemContainer` objects now store a `LineCollection` object instead of a list
5
-of `Line2D` objects for stem lines plotted using `ax.stem`.
+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