Legendpatch: Style
Use this panel to edit the properties of the selected color patch in the legend. Click the Edit Data button to access the associated object in the plot.
Face Properties
- Color - Coloring of the patch faces.
- A color name or RGB color specification.
- No color (none) - Faces are not drawn.
- Faceted CData (flat) - The color data determines the color for each face in the patch. The color at the first vertex determines the color of the entire face.
- Blended CData (interp) - Interpolation of the vertex color values determines the color of each face.
- Alpha - Face transparency. Numeric value between 0 and 1 or a mapping from alpha data.
- Opaque (1.0) - No transparency.
- Transparent (0.5) - All patch faces are translucent. Half way between opaque and clear.
- Clear (0.0) - Patch faces are completely clear and invisible.
- Faceted AlphaData (flat) - Each face has a single alpha value determined by
AlphaData
.
- Blended AlphaData (interp) - Alpha values are determined by interpolating vertex
AlphaData
across the face.
Legend
- Label - Text label associated with this particular legendpatch.
- Edit Legend - Redirect the property editor to the legend containing the current legendpatch.
Edge Properties
- Line style - Style of the lines used to draw the edges of the patch faces.
- Line width - Width of the lines used to draw the edges of the patch faces.
- Edge Color - Coloring of the lines used to draw the edges of the patch faces (i.e., the mesh lines).
- A color name or RGB color specification.
- No color (none) - Edge lines are not drawn.
- Faceted CData (flat) - Each line is a single, solid color.
- Blended CData (interp) - Interpolation of the vertex color values determines the color of each face.
- Alpha - Transparency of edge lines. Numeric value between 0 and 1 or a mapping from alpha data.
- Opaque (1.0) - No transparency.
- Transparent (0.5) - All patch edges are translucent. Half way between opaque and clear.
- Clear (0.0) - Patch edges are completely clear and invisible.
- Faceted AlphaData (flat) - Each face edge has a single alpha value determined by
AlphaData
. Requires AlphaData
matrix, see Alpha panel.
- Blended AlphaData (interp) - Alpha values are determined by interpolating vertex
AlphaData
across the face. Requires AlphaData
matrix, see Alpha tab.
Marker Properties
- Style - Type of marker (see property for a list).
- Size - Size of marker in points (1 point = 1/72 inch).
- Edge color - The color of the marker or the edge of the maker for filled markers.
- A color name or RGB color specification.
- No color (none) - Filled marker edges are not drawn. Nonfilled markers are not visible.
- Inherited (auto) - Uses the same color as the patch edge color (see Color in Mesh Properties).
- Faceted CData (flat) - Each edge is a single, solid color determined by the vertex color.
- Face color - The fill color for markers that are closed shapes (circle, square, dot, diamond, pentagram, hexagram, and the four triangles).
- A color name or RGB color specification.
- No color (none) - Filled marker faces are not drawn. Nonfilled markers are not affected.
- Inherited (auto) - Face color is set to axes background color.
- Faceted CData (flat) - Each marker face is a single, solid color determined by the vertex color.