Skip to content

Commit 2e87370

Browse files
committed
axes-2: fix box text label to match actual code.
1 parent d0a97ec commit 2e87370

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

figures/axes-2.png

2.43 KB
Loading

scripts/axes-2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
axes([0.1,0.1,.5,.5])
44
xticks([]), yticks([])
5-
text(0.1,0.1, 'axes([0.1,0.1,.8,.8])',ha='left',va='center',size=16,alpha=.5)
5+
text(0.1,0.1, 'axes([0.1,0.1,.5,.5])',ha='left',va='center',size=16,alpha=.5)
66

77
axes([0.2,0.2,.5,.5])
88
xticks([]), yticks([])

0 commit comments

Comments
 (0)