Re: ListContourPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg84727] Re: ListContourPlot
- From: "D. Grady" <D.C.Grady at gmail.com>
- Date: Fri, 11 Jan 2008 22:04:52 -0500 (EST)
- References: <fm7e4t$f0c$1@smc.vnet.net>
On Jan 11, 3:50=A0am, Daniel Arnold <flashli... at students.unibe.ch> wrote: > Hi > > When using ListContourPlot the height values of an array are plotted. > The coordinates on the axes are just the positions of the corresponding > height value in the array. How could I change these counting coordinates > to some specific ones? Is there a way to include new coordinates into > the list to be plotted? > > Thanks, Daniel ListContourPlot has two options you might find helpful: DataRange and Ticks. DataRange allows you to tell ListContourPlot that the tick labels should go from -10 to 10, for example, instead of from 1 to 20. Ticks allows you to precisely specify all the tick marks that appear in the plot. The documentation has examples of using both of these options. If you still have trouble, posting a specific example would probably be a good idea. Good luck! -Daniel