log scripts/plot/subplot.m @ 14237:11949c9795a0

age author description
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 02 Nov 2011 15:28:30 -0400 John W. Eaton improve argument parsing for subplot, handle 'position' argument
Fri, 20 May 2011 15:19:18 +0200 Konstantinos Poulios Restructure subplot positioning and avoid labels overlap (bug #31610)
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
Wed, 02 Mar 2011 18:03:32 +0100 Konstantinos Poulios small optimization in subplot.m
Thu, 24 Feb 2011 20:22:38 -0500 Ben Abbott subplot.m: Document using INDEX as a vector.
Tue, 22 Feb 2011 19:46:57 -0500 Ben Abbott subplot.m: Use new looseinset property introduced by changeset 12467.
Wed, 16 Feb 2011 19:14:43 -0500 Ben Abbott subplot.m: Decrease spacing between subplots rows / columns.
Sat, 22 Jan 2011 13:29:43 -0500 Ben Abbott subplot.m: Set "box" to "on" by default (same as Matlab).
Mon, 05 Jan 2009 08:17:10 +0100 David Bateman Fix subplot for column vector of children in figure release-3-0-x
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Thu, 20 Jan 2011 02:29:57 -0500 John W. Eaton rename backend to graphics_toolkit
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Sun, 09 Jan 2011 12:41:21 -0800 Rik Overhaul m-script files to use common variable name between code and documentation.
Thu, 02 Dec 2010 18:46:10 -0500 Ben Abbott subplot.m: Add suppport for "align" and "replace" options.
Sat, 23 Oct 2010 03:00:31 -0400 John W. Eaton style fix: break lines before && and ||, not after
Tue, 31 Aug 2010 13:23:50 -0400 Ben Abbott Treatment of activepositionproperty for gnuplot.
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Sun, 17 May 2009 14:39:39 -0700 Rik Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 18 Feb 2009 11:53:56 -0500 Ben Abbott subplot.m: Compatible placement of subplots.
Sun, 15 Feb 2009 19:07:05 -0500 Ben Abbott subplot.m: Compatible placement of subplots.
Wed, 14 Jan 2009 20:44:25 -0500 sh Allow documentation tobe built for other formats than tex and info
Wed, 05 Nov 2008 17:51:42 +0100 Thorsten Meyer fix texi bug in subplot.m
Thu, 16 Oct 2008 16:23:14 -0400 David Bateman Fix subplot for column vector of children in figure