diff --git a/README.md b/README.md index 0b6fdffe2..a6600cba2 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,8 @@ ms.plotting.spatial_overview([HKNA, EPL, c2], mr, figsize=(7,7)) ### Scatter plot ```python -cc.plot.scatter() +>>> ms.load_style('MOOD') # optional +>>> cc.plot.scatter() ``` ![scatter](https://raw.githubusercontent.com/DHI/modelskill/main/images/scatter.png) diff --git a/images/map.png b/images/map.png index 9b53e5c96..3bb835fb7 100644 Binary files a/images/map.png and b/images/map.png differ diff --git a/images/scatter.png b/images/scatter.png index f46491bab..c0cd27663 100644 Binary files a/images/scatter.png and b/images/scatter.png differ