MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ListContourPlot: actual x and y values marked on the axes?


  • To: mathgroup@smc.vnet.net
  • Subject: [mg11455] Re: ListContourPlot: actual x and y values marked on the axes?
  • From: Paul Abbott <paul@physics.uwa.edu.au>
  • Date: Thu, 12 Mar 1998 01:34:08 -0500
  • Organization: University of Western Australia
  • References: <6do4b1$lo8@smc.vnet.net>

Dr Phillip Kent wrote:

> A colleague has got {x,y,z} data on a regular xy-grid. He wants  to see
> the contours z = constant. ListContourPlot, right? Just delete the x
> and y elements in each triple and partition up the data into sublists.
> 
> Except - he (rightly) wants the scales on the x and y axes to display
> the actual x and y values, not the grid point counters. Like
> ContourPlot does.

He needs to use MeshRange:

In[1]:= ?MeshRange
MeshRange is an option for ListPlot3D, SurfaceGraphics, ListContourPlot,
   ListDensityPlot and related functions which specifies the range of x
and y
   coordinates that correspond to the array of z values given.

Cheers,
	Paul 

____________________________________________________________________ 
Paul Abbott                                   Phone: +61-8-9380-2734
Department of Physics                           Fax: +61-8-9380-1014
The University of Western Australia            Nedlands WA  6907       
mailto:paul@physics.uwa.edu.au  AUSTRALIA                            
http://www.pd.uwa.edu.au/~paul

            God IS a weakly left-handed dice player
____________________________________________________________________



  • Prev by Date: Re: making MatrixForm[] default?
  • Next by Date: Re: defining precision (Q:)
  • Prev by thread: Re: ListContourPlot: actual x and y values marked on the axes?
  • Next by thread: Re: anyone help with this... (lonely numbers)