linda.s wrote: > Is there any sample code to draw 3-D axis in Python. That is, we can > see X,Y,Z coordinates?
There is nothing built-in to Python to do this. Google "python 3d graphics" for many possibilities. You might want to look at VPython: http://www.vpython.org/webdoc/visual/VisualIntro.html Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
