We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7e2614 + 629e747 commit 6ee112bCopy full SHA for 6ee112b
src/plotting.jl
@@ -721,7 +721,7 @@ pzmap
721
@recipe function pzmap(p::Pzmap)
722
systems = p.args[1]
723
if systems[1].nu + systems[1].ny > 2
724
- warn("pzmap currently only supports SISO systems. Only transfer function from u₁ to y₁ will be shown")
+ @warn("pzmap currently only supports SISO systems. Only transfer function from u₁ to y₁ will be shown")
725
end
726
seriestype := :scatter
727
title --> "Pole-zero map"
0 commit comments