matplotlib / AnatomyOfMatplotlib

Anatomy of Matplotlib -- tutorial developed for the SciPy conference
Other
1.21k stars 598 forks source link

Some minor edits #19

Closed tacaswell closed 6 years ago

WeatherGod commented 6 years ago

Please don't. At least not until after the scipy conference. I did not specify that the tutorial was py3k only.

On Thu, Jun 14, 2018 at 3:46 PM, Thomas A Caswell notifications@github.com wrote:

@tacaswell commented on this pull request.

In AnatomyOfMatplotlib-Part1-Figures_Subplots_and_layouts.ipynb https://github.com/matplotlib/AnatomyOfMatplotlib/pull/19#discussion_r195548824 :

@@ -1,20 +1,5 @@ { "cells": [

  • {
  • "cell_type": "code",
  • "execution_count": null,
  • "metadata": {
  • "collapsed": false,
  • "slideshow": {
  • "slide_type": "-"
  • }
  • },
  • "outputs": [],
  • "source": [
  • "# Let printing work the same in Python 2 and 3\n",
  • "from future import print_function"
  • ]
  • },

No, I meant to strip it from all of them.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/matplotlib/AnatomyOfMatplotlib/pull/19#discussion_r195548824, or mute the thread https://github.com/notifications/unsubscribe-auth/AARy-DmGiF5Yk5WHkE31V2BKq5CA-KsUks5t8r2dgaJpZM4UZiF1 .

WeatherGod commented 6 years ago

superseded by #20.