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.
1 parent 76665d0 commit f5b8a73Copy full SHA for f5b8a73
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