Patch: Marker/Edges
Marker Properties
Edge Properties
Marker Properties
- Style - Select a marker style from the list or select no marker. (
Marker
)
- Size - Size of marker in points (1 point = 1/72 inch). (
MarkerSize
)
- Edge color - The color of the marker or the edge of the maker for filled markers. (
MarkerEdgeColor
)
- 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 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). (
MarkerFaceColor
)
- 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.
Edge Properties
- Line style - Style of the lines used to draw the edges of the patch faces. (
LineStyle
)
- Line width - Width of the lines used to draw the edges of the patch faces. (
LineWidth
)
- Edge Color - Coloring of the lines used to draw the edges of the patch faces (i.e., the mesh lines). (
EdgeColor
)
- 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.
- Lighting - Specify method for lighting patch edges. (
EdgeLighting
)
- No shading (none) - Lights do not affect the edges of the patch.
- Faceted (flat) - The lighting effect is uniform across each face edge.
- Rounded (gouraud) - Linear interpolation of edge lighting calculated at vertices.
- Smoother rounded (phong) - Interpolate vertex normals across face edge. Produces smoothest results and uses
Zbuffer
renderer.
- Alpha - Transparency of edge lines. Numeric value between 0 and 1 or a mapping from alpha data. (
EdgeAlpha
)
- 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.