Skip to content

Commit

Permalink
Check README
Browse files Browse the repository at this point in the history
  • Loading branch information
burevol committed Oct 21, 2018
1 parent ae51c71 commit 5dbbe9f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Russian maps for Pygal
## Usage

~~~~
from pygal.maps.ru import Regions
import pygal.maps.ru
map = pygal.maps.ru.Regions()
map.add('Data', {'KHM': 2, 'KYA': 5})
map.render_to_file('test.svg')
map = Regions()
map.add('Data', {'11': 2, '22': 5})
map.render()
~~~~

## Requirements
Expand Down

0 comments on commit 5dbbe9f

Please sign in to comment.