Skip to content

Commit 4c3319d

Browse files
committed
tweak bode plot
1 parent ea345bd commit 4c3319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/creating_systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ using DSP, ControlSystemsBase, Plots
515515
fs = 100
516516
df = digitalfilter(Bandpass(5, 10), Butterworth(2); fs)
517517
G = tf(df, 1/fs) # Sample time must be provided in the conversion to get the correct frequency scale in the Bode plot
518-
bodeplot(G, xscale=:identity, yscale=:identity, hz=true)
518+
bodeplot(G, xscale=:identity, yscale=:identity, hz=true, adaptive=false)
519519
vline!([5 10], l=(:black, :dash), label="Band-pass limits", sp=1)
520520
```
521521

0 commit comments

Comments
 (0)