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)
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)
File details
Details for the file simplemapplot-1.0.1.tar.gz
.
File metadata
- Download URL: simplemapplot-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c933977e20ac03a46f3f6e700084000a5e008edca6268433fe370144a3dd5d12 |
|
MD5 | ae50d7f7292d136f7b473d6b157e0ade |
|
BLAKE2b-256 | 17c290d903e3fb06e24d6bb537207222a6d536b68c0619fbf66e41b32d2f1b37 |