Is there anyway to do a call back in a gnuplot script for the following
purpose.
I use splot to display a 3D plot in and X-window. I use the mouse to
orient the
plot. Is there anyway for the script to read the plot orientation so I
can feed the
orientation data into section of the script that will produce a hardcopy
of the plot
in a postscript terminal (I do not want to do a screen capture due to
resolution issues)?
If not in a gnuplot script could it be done with gnuplot-python? If so how?
|