 
 
 
 
 
 
ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg107837] ListPlot
- From: John <jwa0 at lehigh.edu>
- Date: Sun, 28 Feb 2010 04:52:59 -0500 (EST)
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

