3D Plotting nodes#
Overview#
Here is a general overview of the relation between classes.
Plots where x and y are 1-D arrays#
Plot 3D data. |
|
Plot 3D data. |
|
Plot 3D data. |
Api#
VisuAlea implementation of pylab.mplot3d
- class openalea.pylab_3d_wralea.py_pylab.PyLabContour3D[source]#
Plot 3D data. See mpl_toolkits.mplot3d.Axes3D.contour3d for details.
- class openalea.pylab_3d_wralea.py_pylab.PyLabContourf3D[source]#
Plot 3D data. See mpl_toolkits.mplot3d.Axes3D.contourf3d for details.
- class openalea.pylab_3d_wralea.py_pylab.PyLabPlot3D[source]#
Plot 3D data. See mpl_toolkits.mplot3d.Axes3D.plot for details.
- Parameters:
x – the x coordinates of vertices
y – the y coordinates of vertices
z – the z values
marker (str) – a valid matplotlib marker (e.g., [ ‘+’ | ‘*’]).
markersize – default is 10
color
linestyle
kwargs (dict) – Connect a
PyLabLine2Dto customize the curve.figure (int) – figure id
- Example: