log scripts/plot/plotmatrix.m @ 17462:177147bf7b55

age author description
Mon, 23 Sep 2013 08:55:19 -0700 Rik Overhaul use of __pltopt__.m to correctly check for cellstr, not just cell.
Tue, 20 Aug 2013 22:35:08 -0700 Rik plotmatrix.m: Replace ifelse() construction with if/endif.
Wed, 31 Jul 2013 16:27:49 -0700 Rik Change various plot functions to take advantage of new isaxes() function.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Wed, 24 Jul 2013 23:12:46 -0700 Rik plotmatrix.m: Overhaul function to use new__plt_get_axis_arg__.
Sat, 22 Jun 2013 17:40:52 -0700 Rik doc: Improve documentation for 2-D plot functions
Thu, 21 Feb 2013 16:19:58 +0100 Julien Bect plotmatrix.m: Fix bug when number of columns in 2 inputs differs (bug #38368)
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
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, 21 Dec 2011 21:19:48 -0500 Ben Abbott Add clf() to all plot demos. stable
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sat, 23 Oct 2010 03:00:31 -0400 John W. Eaton style fix: break lines before && and ||, not after
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
Fri, 22 May 2009 10:46:00 -0400 John W. Eaton update copyright notices
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Sun, 22 Mar 2009 14:40:24 -0700 Rik Cleanup documentation file plot.texi
Mon, 06 Oct 2008 21:06:05 -0400 John W. Eaton use case-insensitive comparison for graphics properties; misc style fixes
Mon, 22 Sep 2008 13:34:07 -0400 David Bateman Add the plotmatrix function