| Contents | Index |
Filled controls whether areas and surfaces are filled or transparent.
|
Attribute |
Type |
Value |
See Also:
Colors, FillColor, FillColor2, FillColorType, FillPattern, FillStyle, LinesVisible, ULinesVisible, VLinesVisible
Details:
With Filled = FALSE, areas and surfaces are not filled. This means that, e.g., a surface plot is reduced to a wire frame model.
Example 1
The following parametrization of a sphere uses a mesh similar to the graticule (longitudes and latitudes) of geography:
globe := plot::Surface([sin(u)*cos(v), cos(u)*cos(v), sin(v)],
u = 0..2*PI, v = 0..2*PI,
Mesh = [12, 12], Submesh = [3, 3]):
plot(globe, Scaling = Constrained)

To get a wire frame model, we set Filled = FALSE:
plot(globe, Filled = FALSE, LineColor = RGB::Black,
Scaling = Constrained)


Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |