Skip to content

Commit 629e747

Browse files
authored
Update plotting.jl
function `warn` not defined
1 parent c7e2614 commit 629e747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ pzmap
721721
@recipe function pzmap(p::Pzmap)
722722
systems = p.args[1]
723723
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")
724+
@warn("pzmap currently only supports SISO systems. Only transfer function from u₁ to y₁ will be shown")
725725
end
726726
seriestype := :scatter
727727
title --> "Pole-zero map"

0 commit comments

Comments
 (0)