log scripts/plot/draw/isosurface.m @ 30236:628f26e122d9

age author description
Mon, 11 Oct 2021 20:09:59 -0700 Rik maint: use rows() or columns() instead of size(__, 1 | 2) for clarity.
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 19 Oct 2020 09:33:28 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros for better Info display.
Thu, 15 Oct 2020 14:30:01 -0700 Rik maint: Use '##' as lead-in for full-line comments.
Wed, 14 Oct 2020 07:58:12 -0700 Rik maint: Add semicolon to end of all warning() and error() invocations.
Tue, 13 Oct 2020 14:23:39 -0700 Rik maint: Don't use semicolon at end of single-line BIST tests.
Tue, 13 Oct 2020 13:55:09 -0700 Rik maint: Use Octave convention that warning() messages don't end with a period.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Sun, 26 Jan 2020 16:39:58 +0100 Markus Mützel isosurface.m: Remove faces with NaN vertices (bug #57553).
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Fri, 08 Feb 2019 02:39:56 +0100 Michael Leitner Improve performance of isosurface (bug #55642).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 07 Dec 2017 17:37:05 -0800 Rik Add titles to most plot demos.
Mon, 30 Oct 2017 21:22:15 -0700 Rik Use "clf;" at beginning of all plot demos.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sun, 11 Sep 2016 21:08:56 -0700 Mike Miller maint: tag xtests and tests that fail on some systems with bug numbers
Tue, 23 Aug 2016 10:12:28 -0700 Rik Make graphic functions visually compatible w/Matlab.
Sun, 21 Aug 2016 15:24:52 -0700 Rik Change DefaultAxesBox property to "off".
Tue, 16 Aug 2016 10:07:34 -0700 Rik Add titles to more of the graphic demos.
Mon, 15 Aug 2016 15:15:30 -0700 Rik Use Octave syntax in graphics demos.
Mon, 15 Aug 2016 10:56:47 -0700 Rik isosurface.m: Use camlight for default lighting for Matlab compatibility.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Wed, 10 Aug 2016 17:44:51 +0200 Markus Mützel Add function "isocaps" (patch #8872)
Mon, 18 Jul 2016 19:54:34 +0200 Markus Muetzel Add function "reducepatch" (patch #8912)
Tue, 09 Aug 2016 15:07:30 -0700 Markus Mützel isosurface.m: Rework %!demos (bug #48626).
Tue, 09 Aug 2016 11:09:38 -0700 Rik Overhaul isosurface.m and associated functions.
Mon, 18 Jul 2016 19:49:39 +0200 Markus Muetzel Add function "reducevolume" (patch #8856).
Thu, 21 Jul 2016 14:43:30 +0200 Markus Mützel Change default properties of isosurface (bug #48572).
Mon, 18 Jul 2016 19:38:27 +0200 Markus Muetzel Add function "smooth3" (patch #8864).
Thu, 07 Jul 2016 16:27:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 05 Jul 2016 11:06:22 +0200 Kai T. Ohlhus maint: Cannot test private function, unless bug #38776 is resolved.
Sun, 03 Jul 2016 23:39:36 +0200 Markus Muetzel Additional functionality for isosurface.m (bug #46946)
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Tue, 02 Feb 2016 17:06:11 -0500 John W. Eaton maint: Periodic merge of stable to default.
Sun, 31 Jan 2016 22:59:08 -0800 Colin Macdonald Fix regressions caused by ismatrix definition change (partial fix bug #47036). stable
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Thu, 12 Feb 2015 18:34:56 +0100 Kai T. Ohlhus Fix Matlab incompatibility of "ismatrix" (bug #42422).
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 11 Oct 2013 09:39:04 -0700 Rik isosurface.m: Turn off plot box and grid for Matlab visual compatibility.
Fri, 04 Oct 2013 17:09:08 -0700 Rik maint: Split scripts/plot directory into 4 pieces. base scripts/plot/isosurface.m@6b5ec799306e