Re: Gnuplot GGI driver

2000-01-28 Thread becka
Hi ! Hi! I'm almost finished with a simple GGI driver for Gnuplot (which will make Octave work with GGI, which is what I want in the end). Cool. * How can I get the resolution of the visual? This one is simple: ggiGetMode(): * How can I tell if I'm using the X11 device or not? Umm -

Re: Gnuplot GGI driver

2000-01-28 Thread Andreas Beck
* How can I tell if I'm using the X11 device or not? If on console, I must wait for a key to release the console. If in a windowing system, I must not, since the plot will be in another window... And waiting for a key is giving problems on Octave. I see. There is a way of doing this

Gnuplot GGI driver

2000-01-27 Thread Cesar Crusius
Hi! I'm almost finished with a simple GGI driver for Gnuplot (which will make Octave work with GGI, which is what I want in the end). I need some info, however: * How can I get the resolution of the visual? * How can I tell if I'm using the X11 device or not? Cheers, -- Cesar Augusto Rorato