octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33463] legend broken for patches


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33463] legend broken for patches
Date: Sat, 01 Oct 2011 15:40:54 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1

Follow-up Comment #2, bug #33463 (project octave):

I"ve been meaning to look at this, but haven't found the time.

Is someone is inclined, I'd start by looking at what is done for 14th demo for
legend(). In this instance gnuplot does provide the proper result for patches
(which are actually children of hggroups).


demo legend 14


Which produces,


legend example 14:
 clf
 rand_2x3_data1 = [0.341447, 0.171220, 0.284370; 0.039773, 0.731725,
0.779382];
 bar (rand_2x3_data1);
 ylim ([0 1.2]);
 legend ({"1st Bar", "2nd Bar", "3rd Bar"});


However, the fltk backend does not.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33463>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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