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: Alexander Wilms
Subject: [Octave-bug-tracker] [bug #53780] [octave forge] (control) error: unknown line property when using pzmap
Date: Thu, 3 May 2018 20:09:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

Thanks. Should poles be treated the same way?

    if (isempty ( zer{:}))
       h = plot (pol_args{:});
    elseif  (isempty ( pol{:}))
       h = plot (zer_args{:});
    else
       h = plot (pol_args{:}, zer_args{:});
    endif

Right now, I get

>> pzmap(s)
error: plot: no data to plot
error: called from
    __plt__ at line 122 column 11
    plot at line 223 column 10
    pzmap at line 120 column 10

    _______________________________________________________

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]