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

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

[Octave-bug-tracker] [bug #30977] plotyy broken


From: anonymous
Subject: [Octave-bug-tracker] [bug #30977] plotyy broken
Date: Mon, 06 Sep 2010 16:43:11 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux; de) KHTML/4.4.5 (like Gecko)

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

                 Summary: plotyy broken
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mo 06 Sep 2010 16:43:10 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hi,

in 3.2.4 (don't know about previous versions), plotyy fails to be called
repeatedly. For example:
octave:1> x=linspace(0,10,100); plotyy( x, sin(x), x, cos(x) )

opens the window and plots the curves, but trying to plot again fails:
 
octave:2> x=linspace(0,10,100); plotyy( x, sin(x), x, cos(x) ) 
error: addproperty: a `__plotyy_axes__' property already exists in the
graphics object
error: called from:
error:   /usr/share/octave/3.2.4/m/plot/plotyy.m at line 193, column 1
error:   /usr/share/octave/3.2.4/m/plot/plotyy.m at line 111, column 1


Dirk





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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