make_poly_continent SciMax Toolbox make_polygon

SciMax Toolbox >> make_poly_country

make_poly_country

Maxima Function

Calling Sequence

make_poly_country (country_name)

Description

Makes the necessary polygons to draw a colored country. If islands exist, one country can be defined with more than just one polygon.

Example:

(%i1) load(draw)$
(%i2) load(worldmap)$
(%i3) make_poly_country(India)$
(%i4) apply(draw2d, %)$
make_poly_continent SciMax Toolbox make_polygon