log scripts/plot/comet.m @ 17500:be7e8b91c6b1

age author description
Tue, 20 Aug 2013 22:23:43 -0700 Rik Correct inversion accidentally introduced in cset 87ba70043bfc.
Fri, 09 Aug 2013 19:26:55 -0700 Rik Don't use ifelse in plot fcns to avoid unnecessary fcn evaluations.
Tue, 06 Aug 2013 14:34:20 -0700 Rik Add titles and clean-up plotting %!demos.
Mon, 05 Aug 2013 15:54:56 -0700 Rik comet3.m: Speed up animation by using low-level graphic commands.
Mon, 05 Aug 2013 15:44:02 -0700 Rik comet.m: Speed up animation by using low-level graphic commands.
Wed, 31 Jul 2013 18:42:17 -0700 Rik Don't pass axis handle unnecessarily from high level to low level plot functions.
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 comet.m, comet3.m: Update to use new __plt_get_axis_arg__.
Sat, 22 Jun 2013 17:40:52 -0700 Rik doc: Improve documentation for 2-D plot functions
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
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
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
Fri, 17 Dec 2010 14:23:48 -0500 John W. Eaton comet: fix cut and paste error in previous change
Fri, 17 Dec 2010 14:08:36 -0500 John W. Eaton comet: if axes are specified, switch temporarily
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
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, 22 Mar 2009 14:40:24 -0700 Rik Cleanup documentation file plot.texi
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 19 Feb 2009 15:39:19 -0500 John W. Eaton include docstrings for new functions in the manual
Wed, 18 Feb 2009 00:46:24 -0500 Ben Abbott Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Mon, 20 Oct 2008 10:31:17 -0400 Ben Abbott comet.m,hold.m: validate axes handle
Fri, 17 Oct 2008 16:06:32 +0100 David Bateman Small plotting fixes
Mon, 22 Sep 2008 13:28:30 -0400 Ben Abbott comet.m: New File.