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

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

[Octave-bug-tracker] [bug #53780] [octave forge] (control) error: unknow


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #53780] [octave forge] (control) error: unknown line property when using pzmap
Date: Thu, 3 May 2018 10:12:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36

Follow-up Comment #3, bug #53780 (project octave):

I have a fix. I will push it shortly.


     ## If no zeroes then just plot the poles
    if (isempty ( zer{:}))
       h = plot (pol_args{:});
    else
       h = plot (pol_args{:}, zer_args{:});
    endif

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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