MathGroup Archive 2004

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

Search the Archive

Re: Plotting scattergram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51905] Re: [mg51840] Plotting scattergram
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 4 Nov 2004 01:51:27 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

X=Table[Random[], {100}];

Y=10*X+(2Table[Random[], {100}]-1);

ListPlot[Transpose[{X,Y}]];


Bob Hanlon

> 
> From: mbekkali at gmail.com (Mukhtar)
To: mathgroup at smc.vnet.net
> Date: 2004/11/03 Wed AM 01:25:13 EST
> To: mathgroup at smc.vnet.net
> Subject: [mg51905] [mg51840] Plotting scattergram
> 
> 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: Corner solutions
  • Next by Date: Re: Plotting scattergram
  • Previous by thread: Re: Plotting scattergram
  • Next by thread: Re: Plotting scattergram