`japanmap` is a package for Japanese map.
Project description
japanmap is a package for Japanese map.
import matplotlib.pyplot as plt from japanmap import picture, get_data, pref_map pct = picture({'北海道': 'blue'}) # numpy.ndarray # pct = picture({1: 'blue'}) # same to above plt.imshow(pct) # show graphics plt.savefig('map.png') # save to PNG file svg = pref_map(range(1,48), qpqo=get_data()) # IPython.display.SVG print(svg.data) # SVG source
Requirements
- Python 3.8-3.9, Pillow, Numpy, Open-CV
Features
- nothing
Setup
$ pip install japanmap
History
0.0.1 (2016-6-7)
- first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
japanmap-0.1.0-py3-none-any.whl
(167.5 kB
view hashes)