Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 48c31f7 + f5b8a73 commit a9391e7Copy full SHA for a9391e7
1 file changed
examples/pylab_examples/anscombe.py
@@ -40,7 +40,7 @@ def fit(x):
40
subplot(223)
41
plot(x,y3,'ks', xfit, fit(xfit), 'r-', lw=2)
42
axis([2,20,2,14])
43
-text(3,12, 'IIII', fontsize=20)
+text(3,12, 'III', fontsize=20)
44
setp(gca(), yticks=(4,8,12), xticks=(0,10,20))
45
46
subplot(224)
0 commit comments