Re: Plot descending x- Values
- To: mathgroup at smc.vnet.net
- Subject: [mg93579] Re: Plot descending x- Values
- From: "sjoerd.c.devries at gmail.com" <sjoerd.c.devries at gmail.com>
- Date: Sun, 16 Nov 2008 07:02:45 -0500 (EST)
- References: <gf3me6$ejm$1@smc.vnet.net>
You could label the axes yourself like this: maxX = 10; minX = 0; fun[x_] := x + 2; Plot[fun[maxX - x], {x, minX, maxX}, Ticks -> {Table[{i, maxX - i}, {i, minX, maxX}], Automatic}] Cheers -- Sjoerd On Nov 8, 11:33 am, EF <frauendor... at fho-emden.de> wrote: > Hi, > > does anybody know a way to make plots with descending x-values. > > Thanks EF