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