[OctDev] Individual selection of entities in JHandles legend

2008-06-24 Thread Matthew Bennett
Hi All, If I have a figure with three line plots, and I only want to include the 2nd and 3rd lines in the legend, I see I cannot yet do this (MATLAB style) using JHandles: lines = get(gca, 'Children'); legend(lines(2:3), '2nd', '3rd'); By modifying the legend object itself, I've had some su

Re: [OctDev] Positioning legend using JHandles

2008-06-23 Thread Matthew Bennett
-Original Message----- From: Michael Goffioul [mailto:[EMAIL PROTECTED] Sent: 22 June 2008 19:27 To: Matthew Bennett Cc: octave-dev@lists.sourceforge.net Subject: Re: [OctDev] Positioning legend using JHandles There's is the "location" property of the legend object. This prop

[OctDev] Positioning legend using JHandles

2008-06-22 Thread Matthew Bennett
Hi All, As a new user coming from a MATLAB background I’m very impressed by Octave and the JHandles graphics package. While JHandles can do almost everything I want it to, repositioning the legend box is one thing I haven’t had any luck with (v0.3.3). Have I missed a trick? Otherwise, is this