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 6ee112b commit 5cfc47cCopy full SHA for 5cfc47c
src/plotting.jl
@@ -730,15 +730,15 @@ pzmap
730
z,p,k = zpkdata(system)
731
if !isempty(z[1])
732
@series begin
733
- markershape := :c
+ markershape --> :c
734
markersize --> 15.
735
markeralpha --> 0.5
736
real(z[1]),imag(z[1])
737
end
738
739
if !isempty(p[1])
740
741
- markershape := :x
+ markershape --> :x
742
markersize := 15.
743
real(p[1]),imag(p[1])
744
@@ -749,7 +749,7 @@ pzmap
749
S,C = sin.(v),cos.(v)
750
751
linestyle --> :dash
752
- c := :black
+ linecolor := :black
753
grid --> true
754
C,S
755
0 commit comments