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

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

[Octave-bug-tracker] [bug #33121] crash when combining "plot", "legend"


From: anonymous
Subject: [Octave-bug-tracker] [bug #33121] crash when combining "plot", "legend" and "line"
Date: Tue, 19 Apr 2011 10:17:09 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101013 Ubuntu/9.04 (jaunty) Firefox/3.6.11

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

                 Summary: crash when combining "plot", "legend" and "line"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 19 Apr 2011 10:17:08 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: JF Cardoso
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:


## This code raises the error "structure has no member `fontname'

clear ; 
figure(1); clf 
plot(1:10, randn(10, 2));
legend("aaa", "bbb");      ## but it does not if either this line is commented
out
line([ 0 10  ], [-1 1]);   ## OR if this other line is commented out








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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