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

Skip to content

Commit b22d05f

Browse files
authored
Update arrow_guide.py
1 parent 5417682 commit b22d05f

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
@@ -9,7 +9,7 @@
99
that behave differently when the data limits on a plot are changed. In general,
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
12-
example would the points in a scatter plot. Something plotted in display space
12+
example would be the points in a scatter plot. Something plotted in display space
1313
stays static when data limits are altered - an example would be a figure title
1414
or the axis labels.
1515

0 commit comments

Comments
 (0)