Skip to content

Commit

Permalink
move Gainmargin title because plot recipes are buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Oct 4, 2023
1 parent 1c59ab1 commit 2187e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diskmargin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ end
if gain
@series begin
subplot --> 1
title --> "Gain margin"
label --> (lower ? ["Lower" "Upper"] : "Upper")
# xguide --> "Frequency"
xscale --> :log10
Expand All @@ -297,6 +296,7 @@ end
m,i = findmin(data[:, end])
@series begin
# subplot --> 1
title --> "Gain margin"
primary := true
seriestype := :scatter
seriescolor := :red
Expand Down

0 comments on commit 2187e7d

Please sign in to comment.