Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thank you for the answer. animate function is nice but I think it does not solve completely my problem. What I want to have, is having different figures/plots that are updating while running the program. I do not want to evaluate everything and then plot but plot while evaluating.

Like: while(endcondition) updateplot1() updateplot2() computethenextvalues() end

I would like to run the script interactively, possibly being able to put breakpoints and debug it using a python IDE.

Another naive question: plots can be only shown in the web interface? There is an analogous for plotting from a GUI? I.e., I open sage from a shell and call plot and the plot is shown in another window, like Matlab/octave etc.?