« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Gauges
Bullet Gauges
In[1]:=
X
currentSales = 88; previousSales = 73; good = 65; great = 90;
Bullet gauges are commonly used to show the current state relative to a reference value with a background that divides the scale into regions.
In[2]:=
X
Column[Table[ BulletGauge[currentSales, previousSales, {0, good, great, 100}, GaugeMarkers -> Placed[Automatic, f], ImageSize -> Medium], {f, {"ScaleRange", "Center", "Scale", "OppositeScale", "DivisionInterval"}}]]
Out[2]=