« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Gauges
Labeling Gauges
In[1]:=
X
Grid[{{AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> Automatic], AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> "Unit"], AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> Full]}, {AngularGauge[ Quantity[42, "Feet"], {0, 100}, GaugeLabels -> "height"], AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> {"Value", "Unit"}], AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> {Automatic, "Unit", "height"}]}, {AngularGauge[ Quantity[42, "Feet"], {0, 100}, GaugeLabels -> Placed[Framed["X", Background -> Green], Top]], AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> Placed[Framed["X", Background -> Green], 42]], AngularGauge[Quantity[42, "Feet"], {0, 100}, GaugeLabels -> Placed[Framed["X", Background -> Green], {0.5, 0.75}]]}}]
Automatically generate and position labels, or provide specific labels and positions.
Out[1]=