# convert x to complex(x,y) before plot ; complexplot(x_):= if(iscomplex(x), vectorplot(tocomplex(x)), vectorplot(x));