log scripts/plot/surfl.m @ 17281:bc924baa2c4e

age author description
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
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.
Wed, 31 Jul 2013 18:45:22 -0700 Rik surfl.m: Overhaul function.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Tue, 23 Jul 2013 16:26:43 +0200 Pantxo Diribarne surf.m, surfc.m, surfl.m, surfnorm.m: Update to use new __plt_get_axis_arg__.
Wed, 12 Jun 2013 10:03:50 -0400 Andreas Weber eliminate unnecessary normalisation of view vector in surfl (bug #39241)
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 10:21:42 -0800 Rik surfl.m: Update docstring.
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Replace unnecessary strcmpi calls with strcmp.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use Octave spacing convention in %!test blocks of surface plot functions.
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 21:29:14 -0800 Rik Prevent doubled quotes around @table items in Info.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
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
Fri, 29 Jan 2010 21:52:53 -0500 Ben Abbott Replace dataaspectratio props with plotboxaspectratio props.
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sun, 22 Mar 2009 14:40:24 -0700 Rik Cleanup documentation file plot.texi
Mon, 16 Feb 2009 13:31:44 -0500 Ben Abbott Trivial change to shading.m and surfl.m demos.
Mon, 12 Jan 2009 11:47:09 -0500 John W. Eaton diffuse.m, specular.m, surfl.m: style fixes
Thu, 08 Jan 2009 15:51:50 +0100 Kai Habel Add new 3D plotting function surfl. Add light functions diffuse and specular