Tick Values on Gauges
- To: mathgroup at smc.vnet.net
 - Subject: [mg131770] Tick Values on Gauges
 - From: "djmpark" <djmpark at comcast.net>
 - Date: Wed, 2 Oct 2013 05:52:56 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Delivered-to: l-mathgroup@wolfram.com
 - Delivered-to: mathgroup-outx@smc.vnet.net
 - Delivered-to: mathgroup-newsendx@smc.vnet.net
 
Does anyone know how to specify custom tick values on gauges?
I would like to have an output gauge that has a range of -16 to 16 in steps
of 4.  The following, however, insists on using spacings of 5.
VerticalGauge[fval, {-16, 16},
ScaleDivisions -> {8, 1}] 
This seems to be another unnecessary design restriction imposed by WRI.
There is a Ticks option but it does not work.
David Park
djmpark at comcast.net 
http://home.comcast.net/~djmpark/index.html 
- Follow-Ups:
- Re: Tick Values on Gauges
- From: Murray Eisenberg <murray@math.umass.edu>
 
 
 - Re: Tick Values on Gauges