|
From: <br...@ph...> - 2005-05-10 06:44:22
|
Ga=EBl Varoquaux wrote: > First a non intuitive behavior :=20 =2E.. this is already filed as a bug report on SF.net. > set output 'result.ps' > replot > (then result.ps is drawn) > set term win The problem is here. You only opened the output file, but didn't clo= se=20 it. The correct sequence is =09set term {file-writing driver} =09 set output =09 plot something =09 unset output set term {GUI} > Secondly more interactive terminals : I have never used the win > terminal (as I don't have a windows box) but it seems to have nice > features for beginners that could be add to the X11 terminal (and t= he > new born Glut terminal ?). These menus should of course be controle= d by > a option for the terminal. The majority of interactive features of the windows terminal driver= =20 itself (font selection, line type redefinition) are actually=20 anachronisms. They predate most capabilities of the gnuplot core= =20 controlling such things, and get in the way of implementing the new= =20 terminal API capabilities. So if there's going to be change in this= =20 area, IMHO it should be in the opposite direction of what you're prop= osing. |