diff --git a/README.md b/README.md index 12dc9bb..160d938 100644 --- a/README.md +++ b/README.md @@ -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