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

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

[Octave-bug-tracker] [bug #29057] __errplot__.m plots legends without ma


From: Søren Hauberg
Subject: [Octave-bug-tracker] [bug #29057] __errplot__.m plots legends without markers
Date: Tue, 27 Apr 2010 22:44:21 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9

Follow-up Comment #27, bug #29057 (project octave):

@David

Well, this bug report contains several examples, so I don't really know which
to pick (btw. none of the examples actually run in Matlab as they all use
Octave-specific syntax). So, I just did this

>> x = 0:0.5:2*pi;
>> y1 = sin (x);
>> y2 = cos (x); 
>> err = x/100;   
>> errorbar (x, y1, err, '-*'); 
>> legend sin
>> get (get (gca(), 'children'), 'marker') 

ans =

*

>> get (get (get (gca(), 'children'), 'children'), 'marker') 

ans = 

    '*'
    'none'


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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