File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ bodeplot
298
298
title --> " Bode plot from: u($j )"
299
299
label --> " \$ G_{$(si) }\$ "
300
300
linestyle --> styledict[:l ]
301
- color --> styledict[:c ]
301
+ seriescolor --> styledict[:c ]
302
302
w, magdata
303
303
end
304
304
plotphase || continue
@@ -312,7 +312,7 @@ bodeplot
312
312
xguide --> " Frequency (rad/s)"
313
313
label --> " \$ G_{$(si) }\$ "
314
314
linestyle --> styledict[:l ]
315
- color --> styledict[:c ]
315
+ seriescolor --> styledict[:c ]
316
316
w, unwrap ? ControlSystems. unwrap (phasedata.* (pi / 180 )).* (180 / pi ) : phasedata
317
317
end
318
318
@@ -730,15 +730,15 @@ pzmap
730
730
z,p,k = zpkdata (system)
731
731
if ! isempty (z[1 ])
732
732
@series begin
733
- markershape := :c
733
+ markershape --> :c
734
734
markersize --> 15.
735
735
markeralpha --> 0.5
736
736
real (z[1 ]),imag (z[1 ])
737
737
end
738
738
end
739
739
if ! isempty (p[1 ])
740
740
@series begin
741
- markershape := :x
741
+ markershape --> :x
742
742
markersize := 15.
743
743
real (p[1 ]),imag (p[1 ])
744
744
end
@@ -749,7 +749,7 @@ pzmap
749
749
S,C = sin .(v),cos .(v)
750
750
@series begin
751
751
linestyle --> :dash
752
- c := :black
752
+ linecolor := :black
753
753
grid --> true
754
754
C,S
755
755
end
You can’t perform that action at this time.
0 commit comments