1. what happnes if you try to use gcf()? -- if it works, have a look at gcf.m (type gcf.m)
2. If it still doesn't work, can you try to compile the current svn version?
Shai
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I used the following code in octave:
plot([0:1:10],[0:1:10].^2);
b=get(0,"CurrentFigure");
Octave result:
b= [](0x1)
Why is that? This problem causes octave to open a new plot window everytime I call gcf().
I use octave version 2.1.73 and gnuplot 4.0 patchlevel 0
Thank you for your help!!!!!!!!!!!
Michael
Are you using ocplot?
what version of octplot and how did you compile?
what OS?
Shai
Hello
I'am using:
- Ubuntu 6.10 Edgy Eft
- octplot Version 0.3.9-2ubuntu1(edgy) (precompiled package)
- octave 2.1.73 (precompiled package)
- gnuplot 4.0 patchlevel 0 (precompiled package)
I hope this helps.
Michael
1. what happnes if you try to use gcf()? -- if it works, have a look at gcf.m (type gcf.m)
2. If it still doesn't work, can you try to compile the current svn version?
Shai