MathGroup Archive 2004

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

Search the Archive

Re: Re: Plotting scattergram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51916] Re: [mg51865] Re: [mg51840] Plotting scattergram
  • From: "Owen, HL (Hywel)" <h.l.owen at dl.ac.uk>
  • Date: Fri, 5 Nov 2004 02:17:08 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Or more simply:

ListPlot[Transpose[{X,Y}]]

The mfs Package by John Jowett has a very nice command called mfsPlot which
lets you plot many vector plots over each other in a simple way - it's
basically a wrapper around ListPlot. You can find it at:

http://jowett.home.cern.ch/jowett/Madtomma/Mfs/Mfs.html

> -----Original Message-----
> From: Maxim A. Dubinnyi [mailto:maxim at nmr.ru]
To: mathgroup at smc.vnet.net
> Sent: 04 November 2004 06:49
> To: mathgroup at smc.vnet.net
> Subject: [mg51916] [mg51865] Re: [mg51840] Plotting scattergram
> 
> 
> This simple command should solve the problem:
> 
> Show@Graphics[Point/@Transpose[{X,Y}],Frame->True]
> 
> Mukhtar wrote:
> 
> >Is there a way to plot a scattergram.  I could not find anyting in
> >statistics section, where one would expect to find it.  I have two
> >vectors X and Y that I need to plot against each other.  As of now I
> >have to export data to excel and do it there which is very
> >inconvenient. Thanks.
> >
> >
> 
> 
> 


  • Prev by Date: Re: Functions with optional parameters
  • Next by Date: Re: Counting Runs
  • Previous by thread: Re: Plotting scattergram
  • Next by thread: fractal image compression