From: Petr M. <mi...@ph...> - 2004-06-18 08:00:38
|
> like the viewing angle. This is if I run gnuplot from the terminal. If > I execute gnuplot from inside the script the mouse can not be used to > change the viewing angle. I am starting up gnuplot in the following > way: > > Am I doing something wrong here, or is there something I can add. I > thought that it is due to a strange setting of the display variable but > I checked that it is set to ":0.0". Any ideas? Please read gnuplot FAQ as well as 'help term x11'. It says you must do 'set mouse' before plotting to x11. --- PM |