Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bc77dc

Browse files
committed
FIX pep8 compliance
1 parent 74b6e1d commit 0bc77dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
883883
ymax : scalar, optional
884884
Number indicating the second Y-axis coordinate of the vertical
885885
span rectangle in relative Y-axis units (0-1). Default to 1.
886-
886+
887887
Returns
888888
-------
889889
rectangle : matplotlib.patches.Polygon
@@ -898,10 +898,10 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
898898
See Also
899899
--------
900900
axhspan
901-
901+
902902
Examples
903903
--------
904-
Draw a vertical, green, translucent rectangle from x = 1.25 to
904+
Draw a vertical, green, translucent rectangle from x = 1.25 to
905905
x = 1.55 that spans the yrange of the axes.
906906
907907
>>> axvspan(1.25, 1.55, facecolor='g', alpha=0.5)

0 commit comments

Comments
 (0)