File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ provides both a very quick way to visualize data from Python and
3838publication-quality figures in many formats. We are going to explore
3939matplotlib 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
4545has 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
4847interactive matplotlib sessions that have Matlab/Mathematica-like functionality.
4948
5049pyplot
You can’t perform that action at this time.
0 commit comments