log scripts/plot/legend.m @ 16002:cddf9103a566

age author description
Tue, 05 Feb 2013 10:56:46 -0500 Ben Abbott Fix legend bugs (#38263, #38265).
Tue, 30 Oct 2012 11:38:02 -0700 Rik maint: Periodic merge of stable to default.
Tue, 30 Oct 2012 11:35:19 -0700 Rik legend.m: Fix segmentation fault when deleting legend where plot has already been removed (Bug #37640) stable
Tue, 25 Sep 2012 13:28:53 -0700 Rik legend.m: Overhaul function and add support for automatic data labels.
Tue, 25 Sep 2012 08:11:22 -0700 Rik legend.m: Remove unused warning variable and associated code.
Mon, 24 Sep 2012 15:42:11 -0700 Rik Fix legend ('show') to work with DisplayName (bug #33757)
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Sat, 09 Jun 2012 21:31:31 -0700 Rik doc: Clarify input must be cellstr, not just cell, to legend().
Fri, 08 Jun 2012 09:51:43 +0200 Konstantinos Poulios legend.m: Add support for patches (Bugs #33463, #34881, #35260).
Fri, 08 Jun 2012 09:40:54 +0200 Konstantinos Poulios legend.m: Inherit font size from axes.
Wed, 02 May 2012 21:14:40 -0400 Ben Abbott legend() should accept labels being specified as both cellstrs and char.
Tue, 01 May 2012 19:38:51 -0400 Ben Abbott Syncrhonize legend's "visible" and "box" properties. (Bug # 36136)
Fri, 27 Apr 2012 22:22:31 -0400 Ben Abbott Properly set the legend's text color property to the legend's "textcolor"
Fri, 27 Apr 2012 13:11:19 -0400 Ben Abbott For gnuplot, render the legend's text objects using the specified textcolor.
Tue, 24 Apr 2012 20:08:35 -0400 Carnë Draug Preserve legend handle when changing properties (Bug # 36259).
Wed, 11 Apr 2012 22:07:00 -0400 John W. Eaton maint: miscellaneous style fixes for .m files
Thu, 05 Apr 2012 21:46:21 -0700 Rik legend.m: Change default to boxon for Matlab compatibility (bug #36105).
Thu, 16 Feb 2012 19:19:31 -0500 Ben Abbott legend.m: Delete duplicate demo.
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Sun, 22 Jan 2012 17:56:46 -0500 Ben Abbott Changes to allow plot demos to be run under Matlab.
Sun, 22 Jan 2012 07:31:32 -0800 Rik Use Matlab coding conventions for demos in plot/ directory.
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Thu, 19 Jan 2012 19:48:13 -0500 Ben Abbott Escaping strings for legend entries are handled by __go_draw_axes__.
Wed, 18 Jan 2012 21:15:42 -0800 Rik Replace to-be-deprecated findstr occurrences with strfind.
Tue, 17 Jan 2012 07:30:06 -0500 Ben Abbott Fix order of legend entries for plotyy. Bug # 35314.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Fri, 02 Dec 2011 19:42:42 -0500 Ben Abbott Changing the legend's interpreter property should be inherited by the
Sat, 26 Nov 2011 13:08:47 -0500 Ben Abbott Add headers to texinfo table for legend.m
Fri, 25 Nov 2011 23:44:44 -0500 Ben Abbott Bug fix (#34901). Allow legend options to be specified. Modify demo.
Wed, 05 Oct 2011 13:10:10 -0700 Rik Use common code idiom for checking whether a double value is an integer.
Sun, 25 Sep 2011 13:48:09 -0400 Ben Abbott Improvements to plotyy.
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Sun, 13 Feb 2011 15:11:56 +0100 Konstantinos Poulios synchronization of axes position and outerposition
Thu, 10 Feb 2011 18:48:36 -0500 Ben Abbott Modify demo scripts to allow conventient conversion to Matlab compatible syntax.
Sun, 06 Feb 2011 23:59:37 +0100 David Bateman Allow the legend location and orientation to be set without modifying the legend keys (#32374)
Sun, 06 Feb 2011 23:25:31 +0100 David Bateman Fix for legends with location southeastoutside and soutwestoutside. Pad legend position
Sun, 06 Feb 2011 16:45:05 -0500 Ben Abbott legend.m: Align legends to plot box, add demo. Bug 32373.
Sun, 06 Feb 2011 15:32:38 -0500 Ben Abbott legend.m: "legend off" should delete the legend object.
Sun, 06 Feb 2011 15:33:56 +0100 David Bateman Delete old legends and fix for legend locations that are 'southest' (followup #32343)
Sun, 06 Feb 2011 09:16:03 -0500 Ben Abbott legend.m: Add demo for replacing existing legend.
Sat, 05 Feb 2011 11:14:09 -0500 Ben Abbott legend.m: Add demo for inline keys created by two plot commands.
Sat, 05 Feb 2011 10:19:13 -0500 David Bateman Fix for inline legends (#32022, #32343)
Wed, 25 Feb 2009 08:47:27 +0100 Rob Mahurin fix order of legends release-3-0-x
Fri, 16 Jan 2009 08:33:15 +0100 Daniel J Sebald Fix legend order for both horizontal and vertical string cell. release-3-0-x
Mon, 08 Dec 2008 06:35:29 +0100 Ben Abbott legend.m: Correct ording of legend labels. release-3-0-x
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
Sat, 08 Jan 2011 10:08:38 -0500 Ben Abbott legend.m: legend with more than two inline keys (bug 31991). Add/modifyy demos.
Sun, 02 Jan 2011 21:11:24 -0500 Ben Abbott legend.m: Only one legend per axes (bug 32022)
Tue, 28 Dec 2010 07:42:34 -0500 Ben Abbott legend.m: Add demo to legend for inline key.
Tue, 14 Dec 2010 17:27:19 -0800 Rik Assign data used in demo plots for reproducibility between runs
Sat, 13 Nov 2010 01:25:05 -0500 John W. Eaton allow legend and gcf to work when no figure is present
Sun, 07 Nov 2010 22:57:23 +0100 David Bateman Remove the call to drawnow in legend
Sun, 07 Nov 2010 22:48:50 +0100 David Bateman minor fix to previous changeset
Sun, 07 Nov 2010 22:35:40 +0100 David Bateman Fix multi-parented legends with the gnuplot backend (fixes #30461 and #31522)
Sat, 23 Oct 2010 03:00:31 -0400 John W. Eaton style fix: break lines before && and ||, not after
Fri, 22 Oct 2010 08:34:54 +0800 Ben Abbott legend.m: Trivial fix to allow legend handle to be returned.