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
-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
Hi All,
As a new user coming from a MATLAB background Im 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 havent had any luck
with (v0.3.3). Have I missed a trick? Otherwise, is this