Skip to content

Commit c367676

Browse files
committed
increase default num freq in specificationplot
1 parent c0c63fa commit c367676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plotting.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and SISO systems.
1212
1313
# Keyword args
1414
- `wint`: `(-3, 5)` frequency range (log10)
15-
- `wnum`: 101 number of frequency points
15+
- `wnum`: 201 number of frequency points
1616
- `hz`: true
1717
- `nsigma`: typemax(Int) number of singular values to show
1818
- `s_labels`: `[
@@ -31,7 +31,7 @@ specificationplot
3131
@recipe function specificationplot(
3232
p::Specificationplot;
3333
wint = (-3, 5),
34-
wnum = 101,
34+
wnum = 201,
3535
hz = true,
3636
nsigma=typemax(Int),
3737
s_labels = [

0 commit comments

Comments
 (0)