##// END OF EJS Templates
Update usage.py to newapp
Jens Hedegaard Nielsen -
Show More
@@ -473,8 +473,8 b' Inline matplotlib graphics'
473 ==========================
473 ==========================
474
474
475 The IPython console is capable of displaying matplotlib figures inline, in SVG
475 The IPython console is capable of displaying matplotlib figures inline, in SVG
476 format. If started with the ``--pylab inline`` flag, then all figures are
476 format. If started with the ``pylab=inline``, then all figures are
477 rendered inline automatically. If started with ``--pylab`` or ``--pylab <your
477 rendered inline automatically. If started with ``--pylab`` or ``pylab=<your
478 backend>``, then a GUI backend will be used, but IPython's ``display()`` and
478 backend>``, then a GUI backend will be used, but IPython's ``display()`` and
479 ``getfigs()`` functions can be used to view plots inline::
479 ``getfigs()`` functions can be used to view plots inline::
480
480
General Comments 0
You need to be logged in to leave comments. Login now