Re: plot variance(s)
- To: mathgroup at smc.vnet.net
- Subject: [mg51854] Re: plot variance(s)
- From: sean_incali at yahoo.com (sean kim)
- Date: Wed, 3 Nov 2004 01:26:13 -0500 (EST)
- References: <cm22ra$gjj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
http://groups.google.com/groups?hl=en&lr=&threadm=cm20f6%24g4m%241%40smc.vnet.net&prev=/groups%3Fnum%3D25%26hl%3Den%26lr%3D%26group%3Dcomp.soft-sys.math.mathematica%26start%3D25 has more or less the same idea. "Steven Shippee" <slshippee at comcast.net> wrote in message news:<cm22ra$gjj$1 at smc.vnet.net>... > Input1: data = Table[Sin[x], {x, 0, 2\[Pi]}]; > > Input 2: p1 = ListPlot[data, > PlotStyle -> {Red, PointSize[0.03]}, DisplayFunction -> Identity]; > > Input 3: p2 = Plot[Sin[x], {x, 0, 2\[Pi]}, DisplayFunction -> Identity]; > > Input 4: Show[p1, p2, DisplayFunction -> $DisplayFunction]; > > Why doesn't p2 directly overlay the dots in p1? Thanks in advance, > > Steven Shippee > > slshippee at comcast.net > > 360-493-8353