pygal-maps-es

Spanish maps for pygal


Keywords
svg, chart, graph, maps, spanish
License
LGPL-3.0
Install
pip install pygal-maps-es==1.1.0

Documentation

pygal_maps_es

Spanish maps for pygal

Install

pip install pygal_maps_es

Usage

from pygal.maps.es import Regions, Departments

map = Regions()
map.add('Data', {'11': 2, '22': 5})
map.render()