octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

legend and bar?


From: Peter A. Gustafson
Subject: legend and bar?
Date: Sun, 04 Nov 2007 12:30:10 -0500
User-agent: Thunderbird 2.0.0.6 (X11/20070804)

2.9.16+

It appears that bar and legend don't play nicely together.  Since there
is no keylabel field in a bar plot, I assume it isn't implemented due to
the recent addition of patch objects.

I suppose this may be a bit difficult, as it would seem several
keylabels might need to be available to the same patch object.  For
example, the following appears as one patch object.

x=0:5;
h=bar(x,[x]'*[1 2])
legend('test1','test2')
get(h)

Will it be possible to assign two labels to a single patch object?  Thanks,

Pete



reply via email to

[Prev in Thread] Current Thread [Next in Thread]