diff --git a/06 - Plotting with matplotlib.ipynb b/06 - Plotting with matplotlib.ipynb index c270e51b27e99e331d7660a8bef003addb9572f5..d50e814e767d34d3b71a897f576545bdfcdc2b51 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,