Skip to content

Commit cc1527c

Browse files
committed
Correct English language is better...
1 parent e70e5fd commit cc1527c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
11221122
11231123
lineoffsets : scalar or sequence of scalars, optional, default: 1
11241124
The offset of the center of the lines from the origin, in the
1125-
orthogonal direction to *orientation*.
1125+
direction orthogonal to *orientation*.
11261126
11271127
linelengths : scalar or sequence of scalars, optional, default: 1
11281128
The total height of the lines (i.e. the lines stretches from

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ def __init__(self,
12741274
12751275
lineoffset : scalar, optional, default: 0
12761276
The offset of the center of the markers from the origin, in the
1277-
orthogonal direction to *orientation*.
1277+
direction orthogonal to *orientation*.
12781278
12791279
linelength : scalar, optional, default: 1
12801280
The total height of the marker (i.e. the marker stretches from

0 commit comments

Comments
 (0)