log scripts/plot/legend.m @ 17560:225ec9a0222a

age author description
Thu, 03 Oct 2013 16:48:19 -0700 Rik legend.m: Use axis that legend refers to when calculating color for surface patch label.
Wed, 02 Oct 2013 21:58:56 -0700 Rik legend.m: Add support for surface objects.
Wed, 02 Oct 2013 21:29:21 -0700 Rik legend.m: Remove leftover code bits from debugging.
Wed, 02 Oct 2013 21:06:45 -0700 Rik legend.m: Implement correct listener for DisplayName on line objects.
Wed, 02 Oct 2013 11:31:51 -0700 Rik legend.m: Updating of font properties which affect box size, now redraws correctly sized legend.
Tue, 01 Oct 2013 18:02:23 -0700 Rik legend.m: Add support for "edgecolor" property.
Tue, 01 Oct 2013 17:06:28 -0700 Rik legend.m: Inherit font properties from current axes. Default interpreter to 'tex'.
Tue, 01 Oct 2013 16:28:25 -0700 Rik legend.m: Add listeners for all font properties to update text labels.
Tue, 01 Oct 2013 16:03:02 -0700 Rik legend.m: Default text labels to "right" alignment for Matlab compatibility.
Tue, 01 Oct 2013 15:39:20 -0700 Rik test: Fix 4 failing plot demos.
Thu, 26 Sep 2013 22:26:42 -0700 Rik legend.m: Text objects should inherit textcolor, interpreter properties from legend (bug #40064).
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 07 Aug 2013 22:20:32 -0700 Rik doc: Touch up alignment of @multitables in plot, legend, newplot.
Tue, 06 Aug 2013 14:34:20 -0700 Rik Add titles and clean-up plotting %!demos.
Sun, 04 Aug 2013 22:11:20 -0700 Rik legend.m: Add %!demo block showing bug #39697.
Sun, 04 Aug 2013 15:11:34 -0700 Rik maint: Use common indentation for switch statement.
Wed, 31 Jul 2013 16:27:49 -0700 Rik Change various plot functions to take advantage of new isaxes() function.
Wed, 31 Jul 2013 13:53:30 -0700 Rik doc: Rewrite docstrings for most plot functions.
Wed, 31 Jul 2013 13:31:01 -0700 Rik test: Add missing semicolons to suppress output in some plot %!tests.
Mon, 29 Jul 2013 12:23:10 -0700 Rik Restore graphics toolkit after %!tests that alter it.
Wed, 24 Jul 2013 23:12:46 -0700 Rik legend.m: Update to use new __plt_get_axis_arg__.
Sat, 13 Jul 2013 10:44:40 -0700 Rik legend.m: Move %!test block below %!demo blocks per standard usage.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Sun, 07 Jul 2013 19:52:12 -0700 Rik legend.m: Use Matlab coding conventions in %!demo blocks so comparison script can run.
Sat, 06 Jul 2013 12:25:21 -0400 Ben Abbott Modify the plotbox position relative to the keybox position.
Sat, 06 Jul 2013 12:06:45 -0400 Ben Abbott Allow gnuplot to handle keybox and axes positioning.
Sat, 06 Jul 2013 11:54:31 -0400 Ben Abbott Add demos to legend.m using subplots.
Mon, 01 Jul 2013 16:45:55 +0800 Ben Abbott Change to legend fontsize should trigger updatelegendtext.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sat, 22 Jun 2013 10:26:47 -0700 Rik legend.m: Tweak code for Octave coding conventions.