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

Skip to content

Commit f6103c3

Browse files
committed
Typo
1 parent 80ff15d commit f6103c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/extents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
ax.set_ylim(-1, 6), ax.set_yticks([])
5656
ax.text(9, 4.5, "(0,0)", ha="center", va="center", color="white", size="large")
5757
ax.text(1, 0.5, "(4,4)", ha="center", va="center", color="black", size="large")
58-
ax.text(5.0, 5.5, 'origin="lower"',
58+
ax.text(5.0, 5.5, 'origin="upper"',
5959
ha="center", va="center", color="black", size="large")
6060
ax.text(5.0, -0.5, "extent=[10,0,0,5]",
6161
ha="center", va="center", color="black", size="large")

0 commit comments

Comments
 (0)