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 5cfc47c commit 3e9862dCopy full SHA for 3e9862d
src/plotting.jl
@@ -298,7 +298,7 @@ bodeplot
298
title --> "Bode plot from: u($j)"
299
label --> "\$G_{$(si)}\$"
300
linestyle --> styledict[:l]
301
- color --> styledict[:c]
+ seriescolor --> styledict[:c]
302
w, magdata
303
end
304
plotphase || continue
@@ -312,7 +312,7 @@ bodeplot
312
xguide --> "Frequency (rad/s)"
313
314
315
316
w, unwrap ? ControlSystems.unwrap(phasedata.*(pi/180)).*(180/pi) : phasedata
317
318
0 commit comments