Menu

[r540]: / trunk / htdocs / examples / test.py  Maximize  Restore  History

Download this file

9 lines (7 with data), 152 Bytes

1
2
3
4
5
6
7
from matplotlib.matlab import *
figure(figsize=(8,8))
ax = axes([0.1, 0.1, 0.8, 0.8])
d=arange(201)*pi/100
plot(10+cos(d),sin(d))
axis('equal')
show()
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.