|
From: Alan B. <ab...@ve...> - 2008-01-30 14:48:07
|
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? |