Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieke committed Dec 3, 2022
1 parent f11a541 commit e9c728d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ fig = Plot(
fig.savefig("map.jpg")
```

To customize the map apperance, use the additional arguments of the
[`Plot`](https://github.com/chrieke/prettymapp/blob/5c4b7976711a5a2a01c5aa3b113dba299180e95c/prettymapp/plotting.py#L36)
class (e.g. `shape`, `contour_width` etc.).
Check the preconfigured [styles](https://github.com/chrieke/prettymapp/blob/5c4b7976711a5a2a01c5aa3b113dba299180e95c/prettymapp/settings.py#L35)
and webapp [examples](https://github.com/chrieke/prettymapp/blob/main/streamlit-prettymapp/examples.py) for
To customize the map apperance, use the additional arguments of the [`Plot`](plotting.py#L36) class (e.g. `shape`,
`contour_width` etc.). Check the preconfigured [styles](settings.py#L35) and webapp [examples](examples.json) for
inspiration.



0 comments on commit e9c728d

Please sign in to comment.