Skip to content

Commit

Permalink
fixed README links
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegearon authored and jakegearon committed Dec 24, 2020
1 parent b262904 commit 4d3cb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@ LakePy allows for native time series plotting as well as map-view plots
my_lake.plot_timeseries()
```
Plotly (default)
![](resources/plotly.png)
![](docs/resources/plotly.png)
---
Seaborn/Matplotlib
```
my_lake.plot_timeseries(how='seaborn')
```
![](resources/seaborn.png)
![](docs/resources/seaborn.png)
---
```
my_lake.plot_mapview()
```
![](resources/contextily.png)
![](docs/resources/contextily.png)


## Contribute
Expand Down

0 comments on commit 4d3cb25

Please sign in to comment.