Skip to content

Commit 9c0332b

Browse files
anntzertacaswell
authored andcommitted
Merge pull request #8171 from afvincent/typo_eventplot_docstring
DOC: Fix small typos in 'eventplot' docstring
1 parent 067f9b6 commit 9c0332b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,9 +1104,9 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
11041104
arrival times of people to a business on each day of the month or the
11051105
date of hurricanes each year of the last century.
11061106
1107-
*orientation* : [ 'horizonal' | 'vertical' ]
1108-
'horizonal' : the lines will be vertical and arranged in rows
1109-
"vertical' : lines will be horizontal and arranged in columns
1107+
*orientation* : [ 'horizontal' | 'vertical' ]
1108+
'horizontal' : the lines will be vertical and arranged in rows
1109+
'vertical' : lines will be horizontal and arranged in columns
11101110
11111111
*lineoffsets* :
11121112
A float or array-like containing floats.

0 commit comments

Comments
 (0)