Login  Register

output from PlotWindow

Posted by Tony Shepherd on Oct 12, 2007; 12:13pm
URL: http://imagej.273.s1.nabble.com/output-from-PlotWindow-tp3698225.html

I have a plugin that outputs graphs (PlotWindow objects) to the screen using
PlotWindow.show(). There's no method in PlotWindow to save these figures -
in particular I want an encapsulated postscript (eps) file.

Currently I am saving the plots as text PlotWindow.saveAsText(), then
importing to another program that lets me save out as .eps.  

Is there a better way?

thanks