From 4d3cb250432637a5b461553be581274b9efca266 Mon Sep 17 00:00:00 2001 From: jakegearon Date: Thu, 24 Dec 2020 14:38:29 -0500 Subject: [PATCH] fixed README links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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