We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1d477 commit 43457a1Copy full SHA for 43457a1
lib/ControlSystemsBase/src/plotting.jl
@@ -701,16 +701,13 @@ A frequency vector `w` can be optionally provided.
701
@series begin
702
color --> :gray
703
linestyle --> :dash
704
- [w[1],w[end]], [oneLine,oneLine]
+ seriestype := :hline
705
+ @show size(pm), size(fullPhase)
706
+ ((fullPhase .- pm) .* ones(1, 2))'
707
end
708
709
[wpm wpm]', [fullPhase fullPhase-pm]'
710
- @series begin
- color --> :gray
711
- linestyle --> :dash
712
- [w[1] w[end]]', ((fullPhase .- pm) .* ones(1, 2))'
713
- end
714
715
716
0 commit comments