Skip to content

Commit 63703de

Browse files
committed
update README.md
1 parent c61f0db commit 63703de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ bode_plot(P; from=-2, to=2, title="Low pass filter")
209209
Full function signature:
210210
```julia
211211
bode_plot(sys::Union{StateSpace, TransferFunction}; title="", from=-3, to=1, fig=true,
212-
db=true, hz=true, bw=false, linestyle="solid", show_title=true, fontsize=18)
212+
db=true, hz=true, bw=false, linestyle="solid", title="", show_title=true, fontsize=18)
213213
```
214214
For using this function you need to do `using ControlSystemsBase` first, because this is a package extension.
215215

0 commit comments

Comments
 (0)