WorldPlot`
WorldPlot`
WorldPlot
Some of the functionality of the World Plotting Package is now available in CountryData.
WorldPlot[list]
is a function to generate maps of the world that draw data from a specified database, where list is a list of countries from the database.
WorldPlot[{list,shading}]
produces a map where shading is either a function applied to each name in list, producing a color or grayscale, or is a list of shades, one per name in list.
更多信息和选项
- To use WorldPlot, you first need to load the World Plotting Package using Needs["WorldPlot`"].
- Country names in list are usually specified as strings.
- A Graphics object or a WorldGraphics object can be produced.
- WorldPlot accepts WorldGraphics and Graphics options.