Skip to content

Commit

Permalink
Update usage.py to newapp
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jul 5, 2011
1 parent b74d704 commit 24343bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/core/usage.py
Expand Up @@ -473,8 +473,8 @@
==========================
The IPython console is capable of displaying matplotlib figures inline, in SVG
format. If started with the ``--pylab inline`` flag, then all figures are
rendered inline automatically. If started with ``--pylab`` or ``--pylab <your
format. If started with the ``pylab=inline``, then all figures are
rendered inline automatically. If started with ``--pylab`` or ``pylab=<your
backend>``, then a GUI backend will be used, but IPython's ``display()`` and
``getfigs()`` functions can be used to view plots inline::
Expand Down

0 comments on commit 24343bc

Please sign in to comment.