fix ComplexPlot; closes #598
This commit is contained in:
parent
b23d94eeb8
commit
07731614a9
@ -799,6 +799,6 @@ abline!(args...; kw...) = abline!(current(), args...; kw...)
|
||||
@recipe function f(cp::ComplexPlot)
|
||||
xguide --> "Real Part"
|
||||
yguide --> "Imaginary Part"
|
||||
linetype --> :scatter
|
||||
seriestype --> :scatter
|
||||
real(cp.args[1]), imag(cp.args[1])
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user