Menu

[r5913]: / trunk / users_guide / code / figures.py  Maximize  Restore  History

Download this file

9 lines (8 with data), 160 Bytes

1
2
3
4
5
6
7
8
from pylab import *
figure(1)
plot([1,2,3])
figure(2)
plot([4,5,6])
title('big numbers') # figure 2 title
figure(1)
title('small numbers') # figure 1 title
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.