BUILT-IN MATHEMATICA SYMBOL
GaugeStyle
GaugeStyle
is an option for gauge functions that specifies styles in which the markers are to be drawn.
- GaugeStyle->g specifies that a graphics directive g should be used to draw all the marker objects in a plot.
- GaugeStyle->{g1, g2, ...} specifies that successive directives
should be used cyclically for successive marker objects.
- The directives that can be given include:
-
- GaugeStyle can apply to points, lines, and surfaces in the objects specified as markers.
- GaugeStyle->None specifies that the marker in a gauge should not be drawn.
- GaugeStyle->{gbelow, gabove} specifies that directive
should be used to draw cumulative markers below the marker value and
above.
- GaugeStyle->scheme generates styles from ColorData[scheme, ...].
- For cumulative markers, the setting GaugeStyle->g will be interpreted as {g, None} and not draw any markers above the marker value.
AngularGauge and related functions will automatically style multiple gauge markers:
| Out[1]= |  |
Explicitly style different markers:
| Out[1]= |  |
Specify different styles for different markers:
| Out[1]= |  |
Use built-in colors to style the markers:
| Out[1]= |  |
| Out[2]= |  |
Explicitly style the region below and above the marker value:
| Out[1]= |  |
Add specularity to a 3D object:
| Out[1]= |  |
New in 9