We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a97ec commit 2e87370Copy full SHA for 2e87370
figures/axes-2.png
2.43 KB
scripts/axes-2.py
@@ -2,7 +2,7 @@
2
3
axes([0.1,0.1,.5,.5])
4
xticks([]), yticks([])
5
-text(0.1,0.1, 'axes([0.1,0.1,.8,.8])',ha='left',va='center',size=16,alpha=.5)
+text(0.1,0.1, 'axes([0.1,0.1,.5,.5])',ha='left',va='center',size=16,alpha=.5)
6
7
axes([0.2,0.2,.5,.5])
8
0 commit comments