Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 222 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 222 Bytes

pygal_maps_fr

French maps for pygal

Install

pip install pygal_maps_fr

Usage

from pygal.maps.fr import Regions, Departments

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