New in Wolfram Mathematica 7: Extended Chemical Data  previous | next 
Investigate Correlations between Chemical Properties
Study the influence of molecular weight on boiling points for different organic functional group classes.
In[1]:=

Click for copyable input
data = Outer[

   ChemicalData, {ChemicalData["Alcohols"], 

    ChemicalData["Esters"]}, {"BoilingPoint", "MolecularWeight"}];

ListPlot[data, PlotStyle -> PointSize /@ {.009, .007}, 

 PlotRange -> {{0, All}, {0, All}}]
Out[1]=