fill | Filled 2-D polygons |
fill3 | Filled 3-D polygons |
patch | Plot one or more filled polygonal regions |
surf2patch | Convert surface data to patch data |
Patch Properties | Patch appearance and behavior |
Polygon Properties | Polygon appearance and behavior |
A patch graphics object is composed of one or more polygons that may or may not be connected. Patches are useful for modeling real-world objects and for drawing 2- or 3-D polygons.
This example shows how to define a 3-D patch object and illustrates flat and interpolated face coloring.
How Patch Data Relates to a Colormap
Control the relationship between patches and the colormap.
Differences Between Colormaps and Truecolor
Decide whether to use a colormap or truecolor in your visualizations.
Displaying Complex Three-Dimensional Objects
This example shows how to create and display a complex three dimensional object and control its appearance.