RE: make 1. x 10^-10 read 10^-1
- To: mathgroup at smc.vnet.net
- Subject: [mg8605] RE: [mg8574] make 1. x 10^-10 read 10^-1
- From: Ersek_Ted%PAX1A at mr.nawcad.navy.mil
- Date: Tue, 9 Sep 1997 03:07:20 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Rob Peterson wrote:
|
|That silly "1 x" in front of a power of ten sure does waste graphics
|space. Can anyone tell me how to format the numbers along an axis?
|Thanks for any help, Rob
|
I don't know the specifics of your example.
Something like the following might help:
Plot[funct, {x, xmin, xmax}, ticks->{{10^3, Superscript[10,3]}, {10^6,
Superscript[10,6]}, {10^9, Superscript[10,9]}} ]
Once you figured out exactly how to get the results you want you can program
you own Plot command.
Ted Ersek