from pygeo import * v=display(scale=5, axis_2d=True) zpoint=zFreePoint(1,3,color=BLUE,pointsize=.1) zConjugate(zpoint,color=RED,pointsize=.15) v.pickloop()