Package pyllar :: Module Plot3
[hide private]
[frames] | no frames]

Module Plot3

source code

3d plot class. Use Plot3 to draw points and lines.

Classes [hide private]
  Plot3
Functions [hide private]
 
plot3(x, y, z, style='b-')
Create a line plot.
source code
Function Details [hide private]

plot3(x, y, z, style='b-')

source code 

Create a line plot.

plot3(x, y, z, style) x, y, and z are Nx1 NumPy arrays that define the N points of the plot. style is a string and can be any combination of color symbols (r, g, b, y, m, c, k) and line styles (-, --, -).