From 9885ba3d7ac6b018a5135298933f36701b87d1d8 Mon Sep 17 00:00:00 2001 From: "J.F.J. Laros" <j.f.j.laros@lumc.nl> Date: Tue, 15 Jul 2014 17:37:54 +0200 Subject: [PATCH] Removed obsolete cell. --- 06 - Plotting with matplotlib.ipynb | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/06 - Plotting with matplotlib.ipynb b/06 - Plotting with matplotlib.ipynb index c270e51..d50e814 100644 --- a/06 - Plotting with matplotlib.ipynb +++ b/06 - Plotting with matplotlib.ipynb @@ -565,31 +565,6 @@ "* These will be used in the legend box." ] }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "# We are re-plotting (with label argument), so we first\n", - "# want to remove the existing lines.\n", - "\n", - "#gca().lines.pop()\n", - "\n", - "#for l in gca().get_lines():\n", - "# gca().lines.remove(l)\n", - "\n", - "# Update: We have changed to setting the labels explicitely\n", - "# with the `legend` function, so no need to redraw any\n", - "# lines." - ], - "language": "python", - "metadata": { - "slideshow": { - "slide_type": "skip" - } - }, - "outputs": [], - "prompt_number": 10 - }, { "cell_type": "code", "collapsed": false, -- GitLab