plot display command

Asked by Joe Romano

Hi - Great work with pytave. It is working perfectly out-of-the-box for me with Ubuntu 10.04 and Octave 3.2.

Is there any way to force the octave 'plot' commands to display a figure and show a plot? When I send that command through pytave it does not display anything.

-Joe

Question information

Language:
English Edit question
Status:
Solved
For:
Pytave Edit question
Assignee:
No assignee Edit question
Solved by:
Joe Romano
Solved:
Last query:
Last reply:
Revision history for this message
David Grundberg (individ) said :
#1

I don't have time to try for myself, but I guess it has to do with the plotting mechanics. Try calling drawnow, or changing Octave's plotting backends. I suspect that there is something that Octave does before it displays the prompt with regards to plots that's missing on Pytave's side.

Happy hacking,
David

Revision history for this message
Joe Romano (joeromano) said :
#2

Perfect. That did not even occur to me. drawnow works great. Thanks!