Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can I use Sage as Octave creating a figure showing and holding it on while adding points?

Hello,

I am new of Sage. It seems pretty powerful. I tested the virtual machine in Windows but some doubts remains. I would like to replace my programs written in octave, that are plotting the kinematics of an object during time. I would like to popup a figure and changing the content of it in a for loop.

E.g., something like this should be possible

figure(1) hold on for i=1:10 plot(i, i^2) sleep(1) end hold off

How can I replot on the same figure in Sage Network? If I use the interactive shell from the virtual machine I obviously can plot no more.

Regards,

Mauro