diff --git a/Examples.ipynb b/Examples.ipynb index fe63fba..20a4b5d 100644 --- a/Examples.ipynb +++ b/Examples.ipynb @@ -9534,7 +9534,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 29, "metadata": { "collapsed": false, "scrolled": true @@ -10307,7 +10307,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" @@ -10322,7 +10322,7 @@ " xlabel=\"some x label\",\n", " ylabel=\"some y label\",\n", " title=\"A title for the figure\",\n", - " legend=\"best\").show()" + " legend=\"best\")" ] }, { diff --git a/replot.py b/replot.py index 30e8901..ab67784 100644 --- a/replot.py +++ b/replot.py @@ -138,4 +138,4 @@ def plot(data, **kwargs): # TODO: Fix API, support every plot type for plt in data: figure.plot(plt) - return figure + figure.show()