Skip to content

Commit

Permalink
fig size lower
Browse files Browse the repository at this point in the history
  • Loading branch information
erdoganta authored Dec 29, 2019
1 parent c0c9d52 commit 1ce0556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cmap = ['#ff0000'] # Different red accents
out = worldmap.colormap(names,opacity=opacity, cmap='Set1', loadmap='netherlands', filename='nederlandMap.svg')
```
<p align="center">
<img src="https://github.com/erdoganta/worldmap/blob/master/docs/figs/figure_netherlands.png" width="600" />
<img src="https://github.com/erdoganta/worldmap/blob/master/docs/figs/figure_netherlands.png" width="300" />
</p>


Expand All @@ -55,7 +55,7 @@ opacity = [100]
out = worldmap.colormap(names, opacity=opacity, loadmap='world')
```
<p align="center">
<img src="https://github.com/erdoganta/worldmap/blob/master/docs/figs/worldmap.png" width="600" />
<img src="https://github.com/erdoganta/worldmap/blob/master/docs/figs/worldmap.png" width="300" />
</p>


Expand Down

0 comments on commit 1ce0556

Please sign in to comment.