scripts/plot/gnuplot_drawnow.m
2009-08-06 Avoid the flickering x11 window seen with rapid gnuplot updates.
2009-06-26 Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
2009-06-25 print.m: reimplement options -landscape and -portrait.
2009-06-12 print.m: properly render mono figures, and favor cairo terminals.
2009-05-24 ghostscript handling for windows in print.m
2009-04-30 gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
2009-04-12 __gnuplot_open_stream__.m: New function and its application.
2009-04-10 Improvements to printing functionality.
2009-03-28 gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
2009-03-24 gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
2009-03-23 gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
2009-03-21 gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
2009-03-07 update copyright notices
2009-03-03 gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
2009-02-28 Compatible support of figure paper properties and resolution for the gnuplot backend.
2009-02-19 gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
2009-02-18 gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
2009-02-18 gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
2009-02-16 typo in gnuplot_drawnow.m
2009-01-30 gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
2009-01-28 gnuplot_drawnow.m: style fixes.
2009-01-27 use endif and endfor instead of end
2009-01-16 Fix for handling options
2008-11-14 gnuplot_drawnow.m: Add support of properites to gp backend.
2008-10-21 [mq]: hidden-children
2008-04-02 Use popen2 for communication with gnuplot
2008-01-22 [project @ 2008-01-22 19:42:47 by jwe]