| New in Wolfram Mathematica 6: Extended Graphics Language | ◄ previous | next ► |
In[1]:= | Graphics[Inset[
Graphics[{Opacity[.5], Hue[RandomReal[]], EdgeForm[Black],
CountryData[#, "Polygon"]}], {Log[10,
CountryData[#, "Population"]], Log[10, CountryData[#, "GDP"]]},
Center, 0.2] & /@ DeleteCases[CountryData["UN"], "VaticanCity"],
Frame -> True, PlotRangePadding -> .2] |
Out[1]= ![]() | ![]() |