@@ -1113,11 +1113,12 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
1113
1113
*orientation* parameter).
1114
1114
1115
1115
orientation : {'horizontal', 'vertical'}, optional
1116
+ Controls the direction of the event collections:
1116
1117
1117
- * 'horizontal' : the lines are arranged horizontally in rows,
1118
- and are vertical.
1119
- * 'vertical' : the lines are arranged vertically in columns,
1120
- and are horizontal.
1118
+ - 'horizontal' : the lines are arranged horizontally in rows,
1119
+ and are vertical.
1120
+ - 'vertical' : the lines are arranged vertically in columns,
1121
+ and are horizontal.
1121
1122
1122
1123
lineoffsets : scalar or sequence of scalars, optional, default: 1
1123
1124
The offset of the center of the lines from the origin, in the
@@ -1150,18 +1151,21 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
1150
1151
:class:`~matplotlib.collections.LineCollection` for a list of
1151
1152
the valid properties.
1152
1153
1153
- For *linelengths*, *linewidths*, *colors*, and *linestyles*, if only
1154
- a single value is given, that value is applied to all lines. If an
1155
- array-like is given, it must have the same length as positions, and
1156
- each value will be applied to the corresponding row or column of
1157
- events.
1158
-
1159
1154
Returns
1160
1155
-------
1161
1156
1162
1157
A list of :class:`matplotlib.collections.EventCollection` objects that
1163
1158
were added.
1164
1159
1160
+ Notes
1161
+ -----
1162
+
1163
+ For *linelengths*, *linewidths*, *colors*, and *linestyles*, if only
1164
+ a single value is given, that value is applied to all lines. If an
1165
+ array-like is given, it must have the same length as *positions*, and
1166
+ each value will be applied to the corresponding row or column of
1167
+ events.
1168
+
1165
1169
Example
1166
1170
-------
1167
1171
0 commit comments