Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

3d graph python


ax.plot([0, 0], [0, 0], [0, 10])  # extend in z direction
ax.plot([0, 0], [0, 8], [0, 0])   # extend in y direction
ax.plot([0, 9], [0, 0], [0, 0])   # extend in x direction

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #graph #python
ADD COMMENT
Topic
Name
7+5 =