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

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

[Octave-bug-tracker] [bug #33462] error in plot command, if plot without


From: anonymous
Subject: [Octave-bug-tracker] [bug #33462] error in plot command, if plot without legend follows plot with legend
Date: Thu, 02 Jun 2011 11:27:15 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

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

                 Summary: error in plot command, if plot without legend
follows plot with legend
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 02 Jun 2011 11:27:14 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Lidia Bressan
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I get an error (error: structure has no member `fontname') every time I add a
plot without legend after a plot with a legend (within the plot command).


This work:

clf; clear
hold on
plot([1:10],[1:2:20])
plot([1:10],[1:2:20].-1,';leg;')


This does not work:

close all; clear
hold on
plot([1:10],[1:2:20].-1,';leg;')
plot([1:10],[1:2:20])

error: structure has no member `fontname'
error: evaluating argument list element number 1
error: called from:
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 2086,
column 3
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 1475,
column 31
error:   /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 167,
column 19
error:   /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 86,
column 5

















    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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