zFreePoint.py

from pygeo import *

v=display(scale=7,axis_2d=True)

zFreePoint(-1,-2,color=RED,pointsize=.15)

v.pickloop()