Skip to content

Commit 495146e

Browse files
committed
plot in correct subplot
1 parent 94c084a commit 495146e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/diskmargin.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,9 @@ end
268268
data = (lower ? [gmi gma] : gma)
269269
data = max.(0, data)
270270
replace!(data, 0 => -Inf)
271-
@show gain, phase
272271
if gain
273272
@series begin
274-
# subplot --> 1
273+
subplot --> 1
275274
title --> "Gain margin"
276275
label --> (lower ? ["Lower" "Upper"] : "Upper")
277276
# xguide --> "Frequency"

0 commit comments

Comments
 (0)