log scripts/plot/appearance/axis.m @ 28240:2fb684dc2ec2

age author description
Fri, 24 Apr 2020 13:16:09 -0700 Rik axis.m: Implement "fill" option for Matlab compatibility.
Fri, 24 Apr 2020 13:04:08 -0700 Rik axis.m: Update documentation. stable
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
Thu, 02 Jan 2020 15:43:01 -0500 John W. Eaton remove Author: jwe and Adapted-by: jwe lines from source files
Sat, 02 Feb 2019 11:33:30 -0800 Rik axis.m: Enlarge ticks in %!demo #3 for clarity.
Fri, 01 Feb 2019 22:16:15 -0800 Rik axis.m: Fix issues with "equal" argument (bug #55619, bug #55614, bug #55574, bug #55514, bug #54848, bug #53724, bug #53504, bug #53336, bug #51938, bug #50356).
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.
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
Thu, 07 Dec 2017 17:37:05 -0800 Rik Add titles to most plot demos.
Sat, 26 Aug 2017 10:02:38 +0200 Markus Mützel Fix BIST for axis.m on Win64 (bug #48364).
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Thu, 08 Jun 2017 18:24:28 -0700 Rik doc: Periodic spellcheck of documentation.
Sun, 12 Mar 2017 20:56:44 +0100 Markus Mützel axis.m: Add support for "vis3d" (bug #50523).
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:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
Wed, 18 Jan 2017 17:48:32 -0500 John W. Eaton maint: Merge stable to default.
Wed, 11 Jan 2017 19:21:09 +0100 Markus Mützel axis.m: Do not set plotboxaspectratio to 0 (bug #49755). stable
Wed, 23 Nov 2016 12:04:01 -0800 Rik axis.m: Overhaul internal function __axis__.
Wed, 23 Nov 2016 11:58:23 -0800 Rik maint: Periodic merge of stable to default.
Wed, 23 Nov 2016 10:00:34 -0800 Rik axis.m: Replace call to non-existent function clim with caxis. stable
Wed, 23 Nov 2016 09:48:25 -0800 Rik maint: Merge stable to default.
Wed, 23 Nov 2016 09:47:38 -0800 Rik doc: Update documentation for axis. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Fri, 09 Sep 2016 18:26:40 +0200 Markus Mützel Keep aspect ratio of axes for "axis equal" (bug #49038).
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
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:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Sun, 07 Aug 2016 17:53:43 -0700 Rik axis.m: Clean up formatting in %!error tests.
Sat, 23 Jul 2016 14:49:54 -0400 John W. Eaton avoid displaying plots in axis tests (bug #48602)
Wed, 20 Jul 2016 16:27:49 +0200 Markus Mützel Support setting colormap min max with axis.m (bug #48566).
Wed, 20 Jul 2016 08:54:51 -0700 Rik Make demos Matlab compatible for comparison with dump_demos script.
Thu, 07 Jul 2016 13:07:03 -0700 Rik Overhaul graphics implementation of hold() (bug #43559).
Thu, 02 Jun 2016 11:06:56 -0500 Daniel J Sebald Add equal data aspect ratio to gnuplot graphics toolkit 3D plots (bug #47974).
Thu, 25 Feb 2016 10:37:59 -0800 Rik Fix check-missing-semicolon QA target (bug #47277).
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Mon, 30 Nov 2015 08:20:08 -0800 Rik Use parser string concatenation rather than strcat() for performance in m-files.
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
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.
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 01 Mar 2015 15:10:28 +0100 Pantxo Diribarne Don't assume axes parent is a figure (bug #44394)
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
Wed, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.
Thu, 24 Apr 2014 08:41:30 -0700 Rik maint: Periodic merge of gui-release to default.
Thu, 24 Apr 2014 07:13:37 -0700 Rik axis.m: Fix regression when accepting input handle (cset 5032ac119d52).
Wed, 23 Apr 2014 22:40:24 -0700 Rik axis.m: Fix regression setting tight limits on non-image objects. stable
Sun, 23 Mar 2014 12:41:15 +0100 Pantxo Diribarne Make xlim, ylim and zlim accept special values Inf/-Inf (bug #41933).
Tue, 18 Mar 2014 11:06:13 +0100 pantxo axis.m: Use -Inf/Inf to indicated autoscaling for a particular bound (bug #37006).