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

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

[Octave-bug-tracker] [bug #44659] Plotting the result of (==) comparison


From: anonymous
Subject: [Octave-bug-tracker] [bug #44659] Plotting the result of (==) comparison of two vectors does not plot properly
Date: Sun, 29 Mar 2015 08:39:59 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:35.0) Gecko/20100101 Firefox/35.0

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

                 Summary: Plotting the result of (==) comparison of two
vectors does not plot properly
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 29 Mar 2015 08:39:58 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Miljenko Jakovljevic
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

A = [1,2,3];
B = [0,2,0];
C = (A == B);
stem(A,C);

warning: implicit conversion from matrix to sq_string
error: get: unknown line property 
error: called from:
error:   /usr/share/octave/3.6.4/m/plot/private/__line__.m at line 113, column
16
error:   /usr/share/octave/3.6.4/m/plot/line.m at line 38, column 5
error:   /usr/share/octave/3.6.4/m/plot/private/__plt__.m at line 597, column
12
error:   /usr/share/octave/3.6.4/m/plot/private/__plt__.m at line 238, column
14
error:   /usr/share/octave/3.6.4/m/plot/private/__plt__.m at line 99, column
17
error:   /usr/share/octave/3.6.4/m/plot/plot.m at line 196, column 9
error:   /usr/share/octave/3.6.4/m/plot/private/__stem__.m at line 97, column
17
error:   /usr/share/octave/3.6.4/m/plot/stem.m at line 81, column 7




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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