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

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

[Octave-bug-tracker] [bug #43543] rlocus unnecesary figure manipulation


From: anonymous
Subject: [Octave-bug-tracker] [bug #43543] rlocus unnecesary figure manipulation
Date: Wed, 05 Nov 2014 18:23:03 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

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

                 Summary: rlocus unnecesary figure manipulation
                 Project: GNU Octave
            Submitted by: None
            Submitted on: mié 05 nov 2014 18:23:01 UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: Alberto Hamilton
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

On octave control pkg (vesion control-2.6.4).

rlocus function, if no output arguments are requested, plots the Root Locus
diagram. To do that it:
- invoke 'plot' (line 288)
- set the current figure to not visible (line 289)
- invoke 'plot' again (line 290)
- modify certain parameters
- makes the figure visible again (line 304)

I think that this procedure in unnecesary and interfere whith non interactive
invocations to Octave (used directly to print graphics results)

So lines 288, 289 and 304 should be removed.





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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