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

Skip to content

Commit 09ec936

Browse files
authored
Address flake8 requirement
1 parent 932f567 commit 09ec936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shapes_and_collections/arrow_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
points on a plot can either be fixed in "data space" or "display space".
1111
Something plotted in data space moves when the data limits are altered - an
1212
example would be the points in a scatter plot. Something plotted in display
13-
space stays static when data limits are altered - an example would be a
13+
space stays static when data limits are altered - an example would be a
1414
figure title or the axis labels.
1515
1616
Arrows consist of a head (and possibly a tail) and a stem drawn between a

0 commit comments

Comments
 (0)