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 details)

Uploaded Source

File details

Details for the file simplemapplot-1.0.1.tar.gz.

File metadata

File hashes

Hashes for simplemapplot-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c933977e20ac03a46f3f6e700084000a5e008edca6268433fe370144a3dd5d12
MD5 ae50d7f7292d136f7b473d6b157e0ade
BLAKE2b-256 17c290d903e3fb06e24d6bb537207222a6d536b68c0619fbf66e41b32d2f1b37

See more details on using hashes here.

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