plot variance(s)
- To: mathgroup at smc.vnet.net
- Subject: [mg51749] plot variance(s)
- From: "Steven Shippee" <slshippee at comcast.net>
- Date: Sun, 31 Oct 2004 01:17:31 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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