Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Sat, 20 Nov 2010 16:33:14 -0800 |
Rik |
gnuplot_drawnow.m: Remove spurious line causing 'ans=1' to be returned when printing plots.
|
Sat, 13 Nov 2010 01:25:05 -0500 |
John W. Eaton |
allow legend and gcf to work when no figure is present
|
Sun, 07 Nov 2010 22:35:40 +0100 |
David Bateman |
Fix multi-parented legends with the gnuplot backend (fixes #30461 and #31522)
|
Wed, 20 Oct 2010 20:49:17 -0400 |
John W. Eaton |
style fixes for some .m files
|
Mon, 18 Oct 2010 20:40:12 +0200 |
Thorsten Meyer |
Stylefixes, replace end by endif.
|
Mon, 13 Sep 2010 20:57:44 -0400 |
Ben Abbott |
gnuplot_drawnow.m: Use new function __gnuplot_has_terminal__().
|
Fri, 27 Aug 2010 06:39:36 -0400 |
Ben Abbott |
Unify gnuplot printing with the fltk backend.
|
Sun, 16 May 2010 22:26:54 -0700 |
Rik |
Print name of function in error() string messages.
|
Fri, 23 Apr 2010 11:28:50 -0700 |
Rik |
Untabify .m scripts
|
Wed, 27 Jan 2010 20:57:33 +0100 |
Thorsten Meyer |
Add emf to list of enhanced terminals for the gnuplot backend
|
Tue, 08 Dec 2009 18:48:25 -0500 |
Ben Abbott |
gnuplot_drawnow.m: Prunec prompt lines from dumb terminal output.
|
Sun, 08 Nov 2009 17:15:07 -0500 |
Ben Abbott |
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
|
Mon, 02 Nov 2009 21:34:04 -0500 |
Stefan Hepp |
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
|
Wed, 09 Sep 2009 19:41:29 -0400 |
Ben Abbott |
gnuplot_drawnow.m: Avoid flickering plot windows.
|
Tue, 25 Aug 2009 17:41:00 -0400 |
John W. Eaton |
try to avoid gnuplot zombies
|
Sun, 02 Aug 2009 16:52:12 -0400 |
Ben Abbott |
Avoid the flickering x11 window seen with rapid gnuplot updates.
|
Wed, 29 Jul 2009 07:22:05 -0400 |
Ben Abbott |
Add support for gnuplot's Lua-TikZ terminal.
|
Thu, 25 Jun 2009 18:58:53 -0400 |
Ben Abbott |
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
|
Wed, 24 Jun 2009 19:04:30 -0400 |
Ben Abbott |
print.m: reimplement options -landscape and -portrait.
|
Thu, 11 Jun 2009 07:23:32 -0400 |
Ben Abbott |
print.m: properly render mono figures, and favor cairo terminals.
|
Sun, 24 May 2009 10:09:19 +0200 |
Benjamin Lindner |
ghostscript handling for windows in print.m
|
Thu, 30 Apr 2009 18:19:34 -0400 |
Ben Abbott |
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
|
Sun, 12 Apr 2009 20:40:53 -0400 |
Ben Abbott |
__gnuplot_open_stream__.m: New function and its application.
|
Fri, 10 Apr 2009 12:11:14 -0400 |
Ben Abbott |
Improvements to printing functionality.
|
Sat, 28 Mar 2009 20:49:50 -0400 |
Ben Abbott |
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
|
Tue, 24 Mar 2009 19:41:56 -0400 |
Ben Abbott |
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
|
Mon, 23 Mar 2009 18:21:25 -0400 |
Ben Abbott |
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
|
Sat, 21 Mar 2009 13:04:43 -0400 |
Ben Abbott |
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
|
Sat, 07 Mar 2009 10:41:27 -0500 |
John W. Eaton |
update copyright notices
|
Tue, 03 Mar 2009 00:45:00 -0500 |
Ben Abbott |
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
|
Sat, 28 Feb 2009 19:36:09 -0500 |
Ben Abbott |
Compatible support of figure paper properties and resolution for the gnuplot backend.
|
Thu, 19 Feb 2009 07:34:15 -0500 |
Ben Abbott |
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.
|
Wed, 18 Feb 2009 01:06:46 -0500 |
John W. Eaton |
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
|
Wed, 18 Feb 2009 00:43:03 -0500 |
Ben Abbott |
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
|
Mon, 16 Feb 2009 15:50:44 +0100 |
Jaroslav Hajek |
typo in gnuplot_drawnow.m
|
Fri, 30 Jan 2009 11:06:44 -0500 |
Ben Abbott |
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
|
Wed, 28 Jan 2009 21:57:27 -0500 |
Ben Abbott |
gnuplot_drawnow.m: style fixes.
|
Tue, 27 Jan 2009 23:17:37 -0500 |
John W. Eaton |
use endif and endfor instead of end
|
Fri, 16 Jan 2009 08:31:57 +0100 |
Daniel J Sebald |
Fix for handling options
|
Fri, 14 Nov 2008 08:12:55 -0500 |
Ben Abbott |
gnuplot_drawnow.m: Add support of properites to gp backend.
|
Tue, 21 Oct 2008 14:06:25 -0400 |
John W. Eaton |
[mq]: hidden-children
|
Wed, 02 Apr 2008 13:29:19 -0400 |
David Bateman |
Use popen2 for communication with gnuplot
|
Tue, 22 Jan 2008 19:42:48 +0000 |
jwe |
[project @ 2008-01-22 19:42:47 by jwe]
|