1.10. Three-dimentional graphics

Function    Action   
 
Plot3D[  f, {x, a, b}, {y, c, d}  ]Generates a three-dimentional graphics of  f  as function of  x in [a,b] and  y  in [c, d]
ListPlot3D[{{x1,y1,z1}, {x2,y2,z2},...} ]  Draws three-dimentional points with the given co-ordinates
ListContourPlot[ data array ]Draws a contour graph by using the given data array
ListDensityPlot[ data array ] FormBox[StyleBox[StyleBox[StyleBox[Cell[TextData[Cell[BoxData[FormBox[Cell[Draws a density gra ... ments -> Top, ColumnAlignments -> {Left}, ColumnLines -> 0.5}], TableMasterGrid], TraditionalForm]
ParametricPlot3D[{fx,fy,fz}, {t, tmin,tmax} ]Draws a three dimensional surface where  t  is a parameter
ParametricPlot3D[{fx,fy,fz}, {t, tmin,tmax},{u, umin, umax} ]Draws a three dimensional surface where  t  and  u  are parameters
ParametricPlot3D[ {fx,fy,fz,  s}, {t,tmin,tmax}, {u, umin, umax}]Darken according to function  s