Re: ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg107846] Re: ListPlot
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Mon, 1 Mar 2010 04:40:47 -0500 (EST)
- References: <hmded5$p1m$1@smc.vnet.net>
"John" <jwa0 at lehigh.edu> wrote in message news:hmded5$p1m$1 at smc.vnet.net... > Mathematica 6, XP windows > > Help says ListPlot plots lists of points, but my attempts to plot the > following two lists failed: > > ListPlot[{{{1,y1},{1,y2},{1,y3}},{{2,y4},{2,y5},{2,y6}}}] > > The second entries in each pair are simulated values of random > variables having the normal distribution, with specified parameters. > > The plot would have instructional value because the students could > compare different samples side by side. > > I would appreciate hearing from anyone who knows how to do this. > > John > > I am not sure what failed on your end as you did not say, but It worked ok on my PC, using M7, I see all points ok? http://12000.org/tmp/022810/plot.png May be you did not see the points at the edge? Just need to make the plot range a little bigger to see the point ok, but they were there. --Nasser