« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Gauges
Basic Gauge Types
Use gauges to show values in a variety of ways.
In[1]:=
X
Grid[{{AngularGauge[42, {0, 100}], Column[{HorizontalGauge[42, {0, 100}], BulletGauge[42, {0, 100}]}, Spacings -> {0, 3}]}, {Grid[{{VerticalGauge[42, {0, 100}], ThermometerGauge[42, {0, 100}]}}, Spacings -> {1, 0}], ClockGauge[{10, 10, 25}]}}]
Out[1]=