Skip to content

Commit b29c18d

Browse files
authored
Merge pull request #21 from StefRe/patch-1
Remove pylab references from README.rst
2 parents 223933a + 1f21444 commit b29c18d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ provides both a very quick way to visualize data from Python and
3838
publication-quality figures in many formats. We are going to explore
3939
matplotlib in interactive mode covering most common cases.
4040

41-
IPython and the pylab mode
42-
--------------------------
41+
IPython
42+
-------
4343

4444
`IPython <http://ipython.org/>`_ is an enhanced interactive Python shell that
4545
has lots of interesting features including named inputs and outputs, access to
46-
shell commands, improved debugging and much more. When we start it with the
47-
command line argument -pylab (--pylab since IPython version 0.12), it allows
46+
shell commands, improved debugging and much more. It allows
4847
interactive matplotlib sessions that have Matlab/Mathematica-like functionality.
4948

5049
pyplot

0 commit comments

Comments
 (0)