Skip to content

Commit a1696ca

Browse files
vecuencaQuLogic
authored andcommitted
Added whats_new entry for #5856
1 parent a1ebd1f commit a1696ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)