Download this file
9 lines (7 with data), 152 Bytes
| 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.