log scripts/plot/subplot.m @ 17346:1c89599167a6

age author description
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Wed, 21 Aug 2013 19:53:42 -0700 Rik Use semicolon after "return" statement in core m-files.
Tue, 20 Aug 2013 22:42:38 -0700 Rik subplot.m: Use isaxes() function instead of ishandle() to check for axes.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Thu, 25 Jul 2013 23:57:37 -0400 Michael Godfrey correct typo in doc
Thu, 25 Jul 2013 18:18:32 -0400 Michael Godfrey doc update for grid and subplot
Sat, 20 Jul 2013 09:06:50 -0400 Stefan Mahr Fix mistake from changeset 942d892524b3.
Thu, 18 Jul 2013 22:17:35 -0400 Ben Abbott Handle alignment of subplots in subplot.m.
Sat, 13 Jul 2013 17:04:41 -0400 Ben Abbott Add demo to subplot.
Fri, 12 Oct 2012 11:46:06 -0400 Jordi GutiƩrrez Hermoso maint: periodic merge of stable to default
Wed, 10 Oct 2012 11:44:09 -0700 Rik maint: Periodic merge of stable to default.
Wed, 10 Oct 2012 11:31:41 -0700 Rik Fix legend and subplot interaction (bug #37499) stable
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Sun, 05 Feb 2012 15:32:24 -0800 Rik maint: periodic merge of stable to default.
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Sun, 22 Jan 2012 07:31:32 -0800 Rik Use Matlab coding conventions for demos in plot/ directory.
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