ListPlot Axes
- To: mathgroup at smc.vnet.net
- Subject: [mg30537] ListPlot Axes
- From: Jonathan Keith Karpick <jkarpick at stanford.edu>
- Date: Tue, 28 Aug 2001 04:54:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: ListPlot Axes
- From: Timothy Stiles <tastiles@students.wisc.edu>
- Re: ListPlot Axes