Re: how can i get the Scatter chart
- To: mathgroup at smc.vnet.net
- Subject: [mg125790] Re: how can i get the Scatter chart
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Mon, 2 Apr 2012 04:27:49 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201204010737.DAA23324@smc.vnet.net>
dist1 = NormalDistribution[]; data1 = RandomVariate[dist1, 100]; ListPlot[data1] dist2 = MultinormalDistribution[{0, 0}, {{1, 0}, {0, 1}}]; data2 = RandomVariate[dist2, 100]; Graphics[Point[data2], Frame -> True] dist3 = MultinormalDistribution[{0, 0, 0}, IdentityMatrix[3]]; data3 = RandomVariate[dist3, 100]; Graphics3D[Point[data3], Axes -> True] Bob Hanlon On Sun, Apr 1, 2012 at 3:37 AM, <12146690 at qq.com> wrote: > I know The probability density function,and then how can i get the > Scatter chart with Mathematica 8 ? not function's chart! >
- References:
- how can i get the Scatter chart
- From: 12146690@qq.com
- how can i get the Scatter chart