Re: changing the size of the numbers on x-axes
- To: mathgroup at smc.vnet.net
- Subject: [mg61313] Re: [mg61274] changing the size of the numbers on x-axes
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Fri, 14 Oct 2005 22:22:54 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Plot[x,{x,0,5},TextStyle->{FontSize->12}];
Show[p=Plot[x,{x,0,5},
DisplayFunction->Identity],
Ticks->{
(Ticks/.AbsoluteOptions[p,Ticks])[[1]]/.
{x_?NumericQ,xl_,r__}:>
{x,StyleForm[xl,FontSize->12],r},
Automatic},
DisplayFunction->$DisplayFunction];
Bob Hanlon
>
> From: "kristoph" <kristophs.post at web.de>
To: mathgroup at smc.vnet.net
> Date: 2005/10/14 Fri AM 05:54:35 EDT
> Subject: [mg61313] [mg61274] changing the size of the numbers on x-axes
>
> Is it possible to change the size of the numbers on the x-axes? Thanks
> for help
>
>