I'm trying to get Plot working for Octave Windows 7 (64 bit). Things I have tried:
- Tried changing the graphics_toolkit to gnuplot or fltk. See Plot window not responding
- I have tried uninstalling and re-installing Octave.
- I have tried to install the latest version of gnuplot in the Octave Directory.
- pkg rebuild -noauto oct2mat (didn't help before or after octave restart)
The cursor moves to the next line (without ">>", as if waiting for the command to run), but the figure window doesn't show at all, I have to press Ctr-C several times to force Octave to quit.
Code:
x = linspace(0,1,10)
y = x.^2
plot(x,y);
Please suggest if I can try something else.
Octave version : 4.0.0, running on a laptop, Windows 7 64-bit Professional.