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 @@ -43,12 +43,11 @@ <h1><a class="toc-backref" href="#id4">Introduction</a></h1>
4343provides both a very quick way to visualize data from Python and
4444publication-quality figures in many formats. We are going to explore
4545matplotlib in interactive mode covering most common cases.</ p >
46- < div class ="section " id ="ipython-and-the-pylab-mode ">
47- < h2 > IPython and the pylab mode </ h2 >
46+ < div class ="section " id ="ipython ">
47+ < h2 > IPython</ h2 >
4848< p > < a class ="reference external " href ="http://ipython.org/ "> IPython</ a > is an enhanced interactive Python shell that
4949has lots of interesting features including named inputs and outputs, access to
50- shell commands, improved debugging and many more. When we start it with the
51- command line argument -pylab (--pylab since IPython version 0.12), it allows
50+ shell commands, improved debugging and many more. It allows
5251interactive matplotlib sessions that have Matlab/Mathematica-like functionality.</ p >
5352</ div >
5453< div class ="section " id ="pyplot ">
You can’t perform that action at this time.
0 commit comments