Re: Plot backwards
- To: mathgroup at smc.vnet.net
- Subject: [mg40783] Re: [mg40764] Plot backwards
- From: Stepan Yakovenko <yakovenko at ngs.ru>
- Date: Thu, 17 Apr 2003 03:35:24 -0400 (EDT)
- References: <200304160538.BAA20279@smc.vnet.net>
- Reply-to: Stepan Yakovenko <yakovenko at ngs.ru>
- Sender: owner-wri-mathgroup at wolfram.com
Hello Gustavo,
Wednesday, April 16, 2003, 12:38:34 PM, you wrote:
GS> Hi,
GS> I am Using Mathematica 4.0 for Students. I'm trying to plot a function,
GS> but I need the x axis to decrease to the right, instead of increasing, like:
GS> -|----|----|----|----|
GS> 25 20 15 10 0
GS> I've looked everywhere I could think of. Would anyone hava suggestions?
Yes.
Do you use Plot ?
There's an option for it called Ticks.
SetTicks to something like:
Ticks->{Table[25-i,ToString[i],{i,0,25}],Automatic}
--
Best regards,
Stepan mailto:yakovenko at ngs.ru
- References:
- Plot backwards
- From: "Gustavo Seabra" <seabra@ksu.edu>
- Plot backwards