I have the latest Octave and GNUplot for Mac installed. Both Octave and GNUplot start fine, but when I call either plot or plot3 (e.g. x=0:0.1:2*pi; plot(2*sin(x)); plot3(sin(x), cos(x), x)) from Octave, there's no plot-window showing up. Any idea what could be wrong?