Plotting Data

ListPlot, PieChart, Histogram, Barchart, etc

The next command uses Mathematicas Integrated Data Resources, it will not retrieve the data unless you have an active internet connection

"index_49.gif"

"index_50.gif"

Here is a list of properties that we can access from ElementData

"index_51.gif"

"index_52.gif"

However, one should always question the provenence and accuracy of data... Let's make a sanity check: the stable phase of carbon at STP is graphite which is hexagonal (but not close packed).

"index_53.gif"

"index_54.gif"

"index_55.gif"

We create a list of the densities of the first one hundred elements. Data that is missing is reported with Missing[NotAvailable] or Missing[Unknown].

"index_56.gif"

"index_57.gif"

The data can be plotted with ListPlot

"index_58.gif"

"index_59.gif"

"index_60.gif"

"index_61.gif"

To join the data, one can use either ListLinePlot or use the Option "Joined → True" in ListPlot.

"index_62.gif"

"index_63.gif"

"index_64.gif"

To see the data, we use the PlotMarkers Option.

"index_65.gif"

"index_66.gif"


Created by Wolfram Mathematica 6.0  (28 August 2007) Valid XHTML 1.1!