Plots

Letting Mathematica guess the bins.

In[64]:=

Histogram[mensHeights]

[Graphics:../HTMLFiles/survey_27.gif]

Out[64]=

⁃Graphics⁃

In[66]:=

Histogram[womensHeights]

[Graphics:../HTMLFiles/survey_30.gif]

Out[66]=

⁃Graphics⁃

Using the same bin sizes for women and men.

In[68]:=

Histogram[mensCounts, FrequencyDataTrue]

[Graphics:../HTMLFiles/survey_33.gif]

In[70]:=

Histogram[womensCounts, FrequencyDataTrue]

[Graphics:../HTMLFiles/survey_35.gif]

Out[70]=

⁃Graphics⁃

And putting them both on the same plot.

In[78]:=

BarChart[mensCounts, womensCounts,     BarLabelsTable[i, {i, 48, 80}],     PlotLabel->"Student Heights"]

[Graphics:../HTMLFiles/survey_38.gif]

Out[78]=

⁃Graphics⁃


Created by Mathematica  (September 23, 2003)