Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c0332b

Browse filesBrowse 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
Copy full SHA for 9c0332b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.