 
 
 
 
 
 
Re: How to set NumberForm in plots
- To: mathgroup at smc.vnet.net
- Subject: [mg54976] Re: [mg54944] How to set NumberForm in plots
- From: "David Park" <djmp at earthlink.net>
- Date: Tue, 8 Mar 2005 05:04:26 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Christopher,
Something like this?
Plot[x^2.5, {x, 0, 3},
    Frame -> True,
    PlotLabel -> NumberForm[x^2.5, {4, 3}, NumberPadding -> {"", "0"}],
    FrameTicks -> {Table[{x,
            NumberForm[x, {4, 3}, NumberPadding -> {"", "0"}]}, {x, 0, 3}],
        Table[{x, NumberForm[x, {4, 3}, NumberPadding -> {"", "0"}]}, {x, 0,
            15, 5}], None, None},
    ImageSize -> 450];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Christopher Grinde [mailto:christopher.grinde at hive.no]
To: mathgroup at smc.vnet.net
How do one set the NumberForm in plots?
--
Christopher Grinde
VUC,IMST

