Colored Tick Labels?
- To: mathgroup at smc.vnet.net
- Subject: [mg66910] Colored Tick Labels?
- From: AES <siegman at stanford.edu>
- Date: Sat, 3 Jun 2006 03:26:00 -0400 (EDT)
- Organization: Stanford University
- Sender: owner-wri-mathgroup at wolfram.com
To create frames with different scales and tick labels on each axis, I
habitually use syntax like:
xTicks={{-1,"-Pi"}, {0.5,"0"}, {1,"Pi"}}
and so on, and then
FrameTicks->{xTicks, yTicks, topTicks, rightTicks}
Question: Any simple way to apply a different color to the set of ticks
on each axis ***without having to insert a syntax like
StyleForm["-Pi", FontColor->Red]
into each and every individual quoted "-Pi" label separately?