|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
GaugeFaceElementFunction
GaugeFaceElementFunction
is an option for gauge functions that gives a function to use to generate the primitives for rendering the gauge face.
DetailsDetails
- GaugeFaceElementFunction->f specifies that the gauge face element should be rendered with the graphics primitives given by
. - GaugeFaceElementFunction->"name" uses a named function for generating chart elements.
- Lists of built-in named functions for specific charting functions can be obtained from
, etc. - In GaugeFaceElementFunction->f, the region argument to f is given as follows:
-
AngularGauge,ClockGauge {{
min,
max},{rmin,rmax}}HorizontalGauge,VerticalGauge,ThermometerGauge,BulletGauge {{xmin,xmax},{ymin,ymax}}
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Use a built-in ChartElementFunction:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= | ![]() |
Write a custom GaugeFaceElementFunction:
| In[1]:= |
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| In[4]:= |
| Out[4]= | ![]() |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





