Re: Plotting scattergram
- To: mathgroup at smc.vnet.net
- Subject: [mg51863] Re: [mg51840] Plotting scattergram
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Thu, 4 Nov 2004 01:49:04 -0500 (EST)
- References: <200411030625.BAA08363@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I guess this will accomplish what you want
In[1]:=
x = Table[Random[], {100}];
y = Table[Random[], {100}];
In[2]:=
ListPlot[Transpose[{x, y}]];
Tomas Garza
Mexico City
----- Original Message -----
From: "Mukhtar" <mbekkali at gmail.com>
To: mathgroup at smc.vnet.net
Subject: [mg51863] [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.
>
>
- References:
- Plotting scattergram
- From: mbekkali@gmail.com (Mukhtar)
- Plotting scattergram