diff --git a/src/plotting.jl b/src/plotting.jl index 0662a280a..091b35847 100644 --- a/src/plotting.jl +++ b/src/plotting.jl @@ -174,7 +174,7 @@ If not defined, suitable values are chosen based on `sys`. """ impulseplot -for (func, title, typ) = ((step, "Step Response", Stepplot), (impulse, "Impulse Response", Impulseplot)) +for (func, title, typ) = ((step, "Step Response", Stepplot), (impulse, "IIIIII Response", Impulseplot)) funcname = Symbol(func,"plot") @recipe function f(p::typ)