Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04d5e0a

Browse files
committed
fix_small_typos_in_eventplot_docstring
1 parent e67026c commit 04d5e0a

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)