Skip to content

Commit

Permalink
Adapt example to new plot names
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Oct 24, 2018
1 parent fa7ac1e commit 5090aa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edisgo/examples/edisgo_simple_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"This notebook requires a working installation of eDisGo. Install eDisGo with\n",
"\n",
"```python\n",
"pip install eDisGo==0.0.7\n",
"pip install eDisGo\n",
"```\n",
"\n",
"In order to run this jupyter notebook install jupyter with\n",
Expand Down Expand Up @@ -459,7 +459,7 @@
"metadata": {},
"outputs": [],
"source": [
"edisgo.plot_line_loading()"
"edisgo.plot_mv_line_loading()"
]
},
{
Expand Down Expand Up @@ -501,7 +501,7 @@
"metadata": {},
"outputs": [],
"source": [
"edisgo.plot_line_loading()"
"edisgo.plot_mv_line_loading()"
]
},
{
Expand Down

0 comments on commit 5090aa9

Please sign in to comment.