log scripts/plot/draw/colorbar.m @ 29358:0a5b15007766 stable

age author description
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 10 Oct 2020 17:55:56 -0700 Rik maint: Use coding style with parentheses after function name to distinguish from a variable.
Thu, 08 Oct 2020 20:41:12 +0200 Markus Mützel colorbar.m: Fix merge error.
Thu, 08 Oct 2020 20:25:05 +0200 Markus Mützel maint: merge stable to default.
Thu, 08 Oct 2020 20:23:34 +0200 Markus Mützel colorbar.m: Use same units for colorbar position as for "parent" axes (bug #59123). stable
Thu, 17 Sep 2020 11:07:19 -0700 Rik doc: grammarcheck documentation.
Sun, 13 Sep 2020 19:56:06 -0700 Rik maint: merge stable to default.
Tue, 18 Feb 2020 21:35:39 -0500 Nicholas R. Jankowski Updated property references for text and graphics functions (bug #50247) stable
Fri, 24 Jul 2020 10:49:44 -0700 Rik Resolve further number of argument mismatch in graphics callbacks (bug #58821)
Mon, 18 May 2020 13:02:20 +0200 Markus Mützel Replace uses of axes property "activepositionproperty" by "positionconstraint" (bug #58336).
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
Tue, 10 Dec 2019 17:55:29 -0800 Rik doc: spellcheck documentation ahead of 6.1 release.
Thu, 23 May 2019 13:56:23 -0700 Rik Consolidate separate calls to set() in to one call for interpreter efficiency.
Thu, 14 Feb 2019 23:27:40 +0100 Pantxo Diribarne colorbar.m: fix regression when peer axes is reset (bug #55713) stable
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
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 17:43:07 -0800 Rik colorbar.m: Correctly handle changes to colormap of figure or axes.
Tue, 02 Jan 2018 15:39:25 -0800 Rik colorbar.m: Overhaul function
Wed, 27 Dec 2017 22:04:38 -0800 Rik Fix shrinking plots when colorbar or legend in "outside" location (bug #52732).
Tue, 19 Dec 2017 12:41:30 -0800 Rik maint: merge stable to default.
Tue, 19 Dec 2017 12:39:25 -0800 Rik doc: Use 'axes' rather than 'axis' appropriately in docstrings. stable
Mon, 18 Dec 2017 21:18:38 -0800 Rik colorbar.m: Fix typo in docstring in cset 51ead71394bc.
Mon, 18 Dec 2017 16:19:37 -0800 Rik colorbar.m: Overhaul function.
Mon, 18 Dec 2017 11:03:07 -0800 Rik Change uses of gcbf after Matlab compatibility change in bug #52621.
Sun, 17 Dec 2017 07:04:31 -0800 Rik Change ishandle to return true for Java objects for Matlab compatibility.
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
Fri, 16 Dec 2016 13:13:18 -0800 Rik colorbar.m: Disallow log scale and emit an error as Matlab does (bug #42311).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 23 Aug 2016 16:09:56 -0700 Rik colorbar.m: Fix typo of double quote for transpose operator.
Tue, 23 Aug 2016 15:34:19 -0700 Rik Use ishold () rather than ishold (hax) for performance.
Tue, 23 Aug 2016 10:12:28 -0700 Rik Make graphic functions visually compatible w/Matlab.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 15:15:30 -0700 Rik Use Octave syntax in graphics demos.
Fri, 17 Jun 2016 05:52:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sun, 01 Mar 2015 15:10:28 +0100 Pantxo Diribarne Don't assume axes parent is a figure (bug #44394)
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Mon, 30 Jun 2014 21:11:38 -0700 Rik colorbar.m: Show ticks on colorbar.
Sun, 04 May 2014 21:56:23 +0200 Pantxo Diribarne Distinguish axes when checking for recursion in axes limits updates (bug #40005).
Thu, 01 May 2014 15:01:07 -0700 Rik colorbar.m: Write detailed instructions for reproducing bug #40005 in comment box.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 19 Oct 2013 17:47:45 -0700 Rik colorbar.m: Avoid segfault in colorbar (bug #40308)
Fri, 04 Oct 2013 17:09:08 -0700 Rik maint: Split scripts/plot directory into 4 pieces. base scripts/plot/colorbar.m@d9e3334a9122