Skip to content

Commit f2ca4e0

Browse files
committed
remove reference to pylab
1 parent c0d322e commit f2ca4e0

1 file changed

Lines changed: 5 additions & 26 deletions

File tree

tutorials/Plot-Catalog/plot-catalog.ipynb

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"astropy-tutorials": {
44
"author": "Adrian M. Price-Whelan <adrn@astro.columbia.edu> and Kelle Cruz <kellecruz@gmail.com>",
55
"date": "July 2013",
6+
"description": "Demonstrates use of astropy.io.ascii for reading and writing ASCII data, astropy.coordinates and astropy.units for converting RA (as a sexagesimal angle) to decimal degrees, and matplotlib for making a color-magnitud diagram and on-sky locations in a mollweide projection.",
67
"link_name": "Read and plot catalog information from a text file",
78
"name": "",
8-
"published": true,
9-
"description" : "Demonstrates use of astropy.io.ascii for reading and writing ASCII data, astropy.coordinates and astropy.units for converting RA (as a sexagesimal angle) to decimal degrees, and matplotlib for making a color-magnitud diagram and on-sky locations in a mollweide projection."
9+
"published": true
1010
},
11-
"signature": "sha256:a6948119e622634bad34bb4d1b7bcbb59e84cab95025724098127104a63cc42c"
11+
"signature": "sha256:a78b3ed3bde79cc3f9b07b7539cdedaac5809b9ad6712f275581de7b20d547ad"
1212
},
1313
"nbformat": 3,
1414
"nbformat_minor": 0,
@@ -304,30 +304,9 @@
304304
"cell_type": "markdown",
305305
"metadata": {},
306306
"source": [
307-
"__Note__: _If you are using ipython, try starting your interpreter with the\n",
308-
"`--pylab` flag, e.g. `ipython --pylab`. If you do that, you don't\n",
309-
"have to import numpy or matplotlib, and can drop all of the `plt.`\n",
310-
"calls below (e.g., you can just type `scatter(x,y)`)._"
307+
"Now that we have our data loaded, let's plot a color-magnitude diagram."
311308
]
312309
},
313-
{
314-
"cell_type": "markdown",
315-
"metadata": {},
316-
"source": [
317-
"Now that we have our data loaded, let's plot a color-magnitude diagram:"
318-
]
319-
},
320-
{
321-
"cell_type": "code",
322-
"collapsed": false,
323-
"input": [
324-
"# if you started the iPython notebook with --pylab, you can skip this import\n",
325-
"from pylab import *"
326-
],
327-
"language": "python",
328-
"metadata": {},
329-
"outputs": []
330-
},
331310
{
332311
"cell_type": "markdown",
333312
"metadata": {},
@@ -445,4 +424,4 @@
445424
"metadata": {}
446425
}
447426
]
448-
}
427+
}

0 commit comments

Comments
 (0)