##// END OF EJS Templates
pylab-> matplotlib
Matthias BUSSONNIER -
Show More
@@ -525,9 +525,9 b' Inline matplotlib graphics'
525 525 ==========================
526 526
527 527 The IPython console is capable of displaying matplotlib figures inline, in SVG
528 or PNG format. If started with the ``pylab=inline``, then all figures are
529 rendered inline automatically (PNG by default). If started with ``--pylab``
530 or ``pylab=<your backend>``, then a GUI backend will be used, but IPython's
528 or PNG format. If started with the ``matplotlib=inline``, then all figures are
529 rendered inline automatically (PNG by default). If started with ``--matplotlib``
530 or ``matplotlib=<your backend>``, then a GUI backend will be used, but IPython's
531 531 ``display()`` and ``getfigs()`` functions can be used to view plots inline::
532 532
533 533 In [9]: display(*getfigs()) # display all figures inline
General Comments 0
You need to be logged in to leave comments. Login now