We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c63fa commit c367676Copy full SHA for c367676
src/plotting.jl
@@ -12,7 +12,7 @@ and SISO systems.
12
13
# Keyword args
14
- `wint`: `(-3, 5)` frequency range (log10)
15
-- `wnum`: 101 number of frequency points
+- `wnum`: 201 number of frequency points
16
- `hz`: true
17
- `nsigma`: typemax(Int) number of singular values to show
18
- `s_labels`: `[
@@ -31,7 +31,7 @@ specificationplot
31
@recipe function specificationplot(
32
p::Specificationplot;
33
wint = (-3, 5),
34
- wnum = 101,
+ wnum = 201,
35
hz = true,
36
nsigma=typemax(Int),
37
s_labels = [
0 commit comments