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

Skip to content

Commit a9391e7

Browse files
committed
Merge pull request #848 from gns-ank/master
Simple typo in anscombe.py example
2 parents 48c31f7 + f5b8a73 commit a9391e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/anscombe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def fit(x):
4040
subplot(223)
4141
plot(x,y3,'ks', xfit, fit(xfit), 'r-', lw=2)
4242
axis([2,20,2,14])
43-
text(3,12, 'IIII', fontsize=20)
43+
text(3,12, 'III', fontsize=20)
4444
setp(gca(), yticks=(4,8,12), xticks=(0,10,20))
4545

4646
subplot(224)

0 commit comments

Comments
 (0)