From 921979ceb64957ccd9d55628e639e265b452d15b Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Fri, 22 Nov 2024 23:23:18 +0100 Subject: [PATCH] fix docstring --- examples/plotting.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plotting.jl b/examples/plotting.jl index 22751e6..a4870a1 100644 --- a/examples/plotting.jl +++ b/examples/plotting.jl @@ -3,7 +3,7 @@ ########################################################################################## """ - frequency_response(sys; from=-6, to=1) + frequency_response(sys; from=-1, to=2) Calculate the response of a linear system in the frequency domain.