Skip to main content

Simple functions for coloring maps

Project description

===========
SimpleMapPlot
===========

This package allows you to easily create a colored map of US States or counties. For example::

#!/usr/bin/env python

import simplemapplot

dict_stateabbrev_value = {"TX":99, "WI":45, "IL":40, "AK":5}
simplemapplot.make_us_state_map(data=dict_stateabbrev_value)

This results in a colored US state map.

Installing
=========

Simply use pip::

pip install SimpleMapPlot

Other Examples
=========

Coloring US counties::

#!/usr/bin/env python
import simplemapplot

dict_fips_value = {"48453":90,"15009":45}
simplemapplot.make_us_county_map(data=dict_fips_value)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplemapplot-1.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page