Re: Plotting scattergram
- To: mathgroup at smc.vnet.net
- Subject: [mg51865] Re: [mg51840] Plotting scattergram
- From: "Maxim A. Dubinnyi" <maxim at nmr.ru>
- Date: Thu, 4 Nov 2004 01:49:06 -0500 (EST)
- References: <200411030625.BAA08363@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
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.
>
>
- References:
- Plotting scattergram
- From: mbekkali@gmail.com (Mukhtar)
- Plotting scattergram