VPython: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Recupero di 1 fonte/i e segnalazione di 0 link interrotto/i. #IABot (v2.0beta15)
ValterVBot (discussione | contributi)
m Oggetti: tag source deprecati, replaced: </source> → </syntaxhighlight> (2)
Riga 44:
rod = cylinder(pos=(0,2,1), axis=(5,0,0), radius=1)
 
</syntaxhighlight>
</source>
[https://upload.wikimedia.org/wikipedia/en/e/ef/VisualRef-1.gif Vedi risultato]
 
Riga 58:
for x in arange(0., 8.1, 0.1): # x goes from 0 to 8
funct1.plot(pos=(x,5.*cos(2.*x)*exp(-0.2*x))) # plot
</syntaxhighlight>
</source>
 
[https://web.archive.org/web/20130731112130/http://upload.wikimedia.org/wikipedia/en/2/2d/VPython_graph.gif Vedi risultato]