Skip to content

Commit 7abb17d

Browse files
vecuencaQuLogic
authored andcommitted
Added whats_new entry for matplotlib#5856
1 parent 35122d4 commit 7abb17d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Added ``orientation`` parameter for stem plots
2+
-----------------------------------
3+
When creating stem plots, you can now pass in an ``orientation`` argument to :func:`stem`.
4+
5+
Currently, only ``vertical`` and ``horizontal`` orientations are supported,
6+
with ``horizontal`` being the default.
7+
8+
Example
9+
```````
10+
stem(x, x, orientation='vertical')

0 commit comments

Comments
 (0)