X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,9 +1106,9 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
arrival times of people to a business on each day of the month or the
date of hurricanes each year of the last century.

*orientation* : [ 'horizonal' | 'vertical' ]
'horizonal' : the lines will be vertical and arranged in rows
"vertical' : lines will be horizontal and arranged in columns
*orientation* : [ 'horizontal' | 'vertical' ]
'horizontal' : the lines will be vertical and arranged in rows
'vertical' : lines will be horizontal and arranged in columns

*lineoffsets* :
A float or array-like containing floats.
Expand Down
X Tutup