« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Gauges
Control Shape of Gauges
Specify the starting and ending points of the scale for a gauge.
In[1]:=
X
Grid[Table[ AngularGauge[RandomInteger[100], {0, 100}, GaugeFrameStyle -> Hue[(start - delta)/6, 0.7, 0.7], GaugeStyle -> GrayLevel[0.4], ScaleOrigin -> {start, start - delta}], {delta, {3 \[Pi]/2, \[Pi], \[Pi]/ 4}}, {start, {5 \[Pi]/4, \[Pi], 3 \[Pi]/4}}]]
Out[1]=