Skip to content

Commit 72cea62

Browse files
authored
Merge pull request #8171 from afvincent/typo_eventplot_docstring
DOC: Fix small typos in 'eventplot' docstring
2 parents e67026c + 04d5e0a commit 72cea62

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
@@ -1106,9 +1106,9 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
11061106
arrival times of people to a business on each day of the month or the
11071107
date of hurricanes each year of the last century.
11081108
1109-
*orientation* : [ 'horizonal' | 'vertical' ]
1110-
'horizonal' : the lines will be vertical and arranged in rows
1111-
"vertical' : lines will be horizontal and arranged in columns
1109+
*orientation* : [ 'horizontal' | 'vertical' ]
1110+
'horizontal' : the lines will be vertical and arranged in rows
1111+
'vertical' : lines will be horizontal and arranged in columns
11121112
11131113
*lineoffsets* :
11141114
A float or array-like containing floats.

0 commit comments

Comments
 (0)