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: Mon, 26 Apr 2010 19:02: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 #5, bug #29057 (project octave):

Okay, I did

  x = 0:0.5:2*pi;
  err = x/100;
  y1 = sin (x);
  y2 = cos (x); 
  errorbar (x, y1, err)   
  hold on, errorbar (x, y2, err), hold off 
  legend ('left')
  legend ('sin', 'cos', 'location', 'southwest')
  print -dpng errorbars.png

and I got the attached result.

(file #20338)
    _______________________________________________________

Additional Item Attachment:

File name: errorbars.png                  Size:11 KB


    _______________________________________________________

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]