We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba6f02 commit e8f18f9Copy full SHA for e8f18f9
lib/matplotlib/mlab.py
@@ -3193,9 +3193,7 @@ def offset_line(y, yerr):
3193
o A vector of the same length as *y*. The quantities y +/- err are computed
3194
component-wise.
3195
o A tuple of length 2. In this case, yerr[0] is the error below *y* and
3196
- yerr[1] is error above *y*.
3197
-
3198
- Example::
+ yerr[1] is error above *y*. For example::
3199
3200
from pylab import *
3201
x = linspace(0, 2*pi, num=100, endpoint=True)
0 commit comments