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 a1ebd1f commit a1696caCopy full SHA for a1696ca
1 file changed
doc/users/next_whats_new/stem_orientation.rst
@@ -0,0 +1,11 @@
1
+Added *orientation* parameter for stem plots
2
+--------------------------------------------
3
+When creating stem plots, you can now pass in an *orientation* argument to
4
+`.Axes.stem` or `.pyplot.stem`.
5
+
6
+Currently, only ``'vertical'`` and ``'horizontal'`` orientations are supported,
7
+with ``'horizontal'`` being the default.
8
9
+Example
10
+```````
11
+stem(x, x, orientation='vertical')
0 commit comments