Re: changing the size of the numbers on x-axes
- To: mathgroup at smc.vnet.net
- Subject: [mg61301] Re: [mg61274] changing the size of the numbers on x-axes
- From: Chris Chiasson <chris.chiasson at gmail.com>
- Date: Fri, 14 Oct 2005 22:22:31 -0400 (EDT)
- References: <200510140954.FAA28542@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
There is an option for text styles that you can pass into expressions
like Plot, Show, and Text:
Plot[x^2,{x,0,5},TextStyle->{FontSize->20}]
Mathematica's method of showing fonts in graphics means the text will
always be whatever size you specify (or, if you don't specify a size,
the default size), regardless of of how you set overall image size,
with, for example, the option ImageSize->500.
On 10/14/05, kristoph <kristophs.post at web.de> wrote:
> Is it possible to change the size of the numbers on the x-axes? Thanks
> for help
>
>
--
Chris Chiasson
http://chrischiasson.com/contact/chris_chiasson
- References:
- changing the size of the numbers on x-axes
- From: "kristoph" <kristophs.post@web.de>
- changing the size of the numbers on x-axes