New in Wolfram
Mathematica
8: New and Improved Scientific and Information Visualization
◄
previous
|
next
►
Graphics & Visualization
Control 3D Extent Region Boundaries
Specify elements used to mark the left, right, front, and back edges of the extent regions.
In[1]:=
X
Grid[Partition[ Table[DiscretePlot3D[Sin[x] + x y, {x, 5}, {y, 5}, ExtentSize -> Full, ExtentMarkers -> markers, PlotLabel -> markers, ImageSize -> 270, FillingStyle -> EdgeForm[], PlotStyle -> ColorData["Rainbow", RandomReal[1]]], {markers, {None, Line, "Tube", {{{"Tube", 0.03}, None}, {{"Tube", 0.03}, None}}}}], 2]]
Out[1]=