Re: ListPlot Axes
- To: mathgroup at smc.vnet.net
- Subject: [mg30563] Re: ListPlot Axes
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Wed, 29 Aug 2001 01:40:08 -0400 (EDT)
- References: <9mfmlj$251$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jonathan, ListPlot3D[Table[Sin[x+y],{x,-1,-0.2,0.1},{y,0,1,0.1}], Ticks->{None,None, Automatic}, AxesLabel->{"1-9","1-11",None}]; -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Jonathan Keith Karpick" <jkarpick at stanford.edu> wrote in message news:9mfmlj$251$1 at smc.vnet.net... > I've made a ListPlot using a Table command, for example: > ListPlot3D[Table[Sin[x+y],{x,-1,-0.2,0.1},{y,0,1,0.1}]]; > > Is there any way to get Mathematica to use the x and y values I gave as > the labels for the x and y axes? The above command will have 1-9 for its > x-axis and 1-11 for its y-axis. > > Thanks, > Jonathan Karpick > > >