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 18:34:48 +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 #4, bug #29057 (project octave):

If I do

  errorbar (x, y1, err, '~', x, y2, err, '~')

in Matlab 2010a, I get the following error

  ??? Error using ==> errorbar at 47
  Incorrect number of inputs for property-value pairs.

My guess is that Matlab doesn't allow several plots to be given in one line,
so I tried

  errorbar (x, y1, err, '~')

which gives me this error

  ??? Error using ==> errorbar at 47
  Error in color/linetype argument.
 
So, somebody needs to change the example if I should run it in Matlab.

    _______________________________________________________

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]