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

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

[Octave-bug-tracker] [bug #30998] errorbar connects points lines


From: anonymous
Subject: [Octave-bug-tracker] [bug #30998] errorbar connects points lines
Date: Wed, 08 Sep 2010 18:06:31 +0000
User-agent: Opera/9.80 (Windows NT 6.0; U; de) Presto/2.6.30 Version/10.61

URL:
  <http://savannah.gnu.org/bugs/?30998>

                 Summary: errorbar connects points lines
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mi 08 Sep 2010 18:06:30 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: sven
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Octave: 3.2.4
Gnuplot: 4.4.0octave-mingw32

Example:

x = [1:10]
y = x;
ey = ones(1,10);
errorbar(x,y,ey);

The points are connected and in the fmt option only parameters for the
errorbars are accepted, e.g. "~". So the display of the points and the plot
style cannot be modified:

errorbar(x,y,ey, "@12~")
error: `n' undefined near line 59 column 33
error: invalid limit value in colon expression
error: evaluating argument list element number 1
error: called from:
error:   C:ProgrammeOctave3.2.4_gcc-4.4.0shareoctave3.2.4mplot__pltopt1
__.m at line 59, column 25
error:   C:ProgrammeOctave3.2.4_gcc-4.4.0shareoctave3.2.4mplot__pltopt_
_.m at line 113, column 28
error:   C:ProgrammeOctave3.2.4_gcc-4.4.0shareoctave3.2.4mplot__errplot
__.m at line 35, column 15
error:   C:ProgrammeOctave3.2.4_gcc-4.4.0shareoctave3.2.4mplot__errcomm
__.m at line 54, column 16
error:   C:ProgrammeOctave3.2.4_gcc-4.4.0shareoctave3.2.4mploterrorbar.
m at line 131, column 5




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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