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

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

[Octave-bug-tracker] [bug #61010] gnuplot warning shows up in pzmap docu


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #61010] gnuplot warning shows up in pzmap documentation build
Date: Mon, 9 Aug 2021 19:12:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36

Follow-up Comment #7, bug #61010 (project octave):

there's nothing calling gnuplot specifically in the pzmap code, and the demo
lines are simply:


%!demo
%! s = tf('s');
%! g = (s-1)/(s-2)/(s-3);
%! pzmap(g);

%!demo
%! s = tf('s');
%! g = 1/(2*s^2+3*s+4);
%! pzmap(g);


so the gnuplot directive would have to be coming from somewhere else? in the
demo code?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61010>

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




reply via email to

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