fix ComplexPlot; closes #598

This commit is contained in:
Thomas Breloff 2016-12-02 20:37:35 -05:00
parent b23d94eeb8
commit 07731614a9

View File

@ -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