From 4fa52f5255e86ac0b9eb33ed59f0e44f8b603bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20F=C3=A4lt?= Date: Sat, 28 Mar 2020 01:03:53 +0100 Subject: [PATCH] Bogus change to trigger plot test --- src/plotting.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)