##// END OF EJS Templates
mention %matplotlib magic in mpl integration...
Paul Ivanov -
Show More
@@ -1084,13 +1084,14 b' PyGTK, PyQt4 and wxPython. It also provides a number of commands useful for'
1084 scientific computing, all with a syntax compatible with that of the popular
1084 scientific computing, all with a syntax compatible with that of the popular
1085 Matlab program.
1085 Matlab program.
1086
1086
1087 To start IPython with matplotlib support, use the ``--pylab`` switch. If no
1087 To start using matplotlib support, run the ``%matplotlib`` magic. If no
1088 arguments are given, IPython will automatically detect your choice of
1088 arguments are given, IPython will automatically detect your choice of
1089 matplotlib backend. You can also request a specific backend with ``--pylab
1089 matplotlib backend. You can also request a specific backend with
1090 backend``, where ``backend`` must be one of: 'tk', 'qt', 'wx', 'gtk', 'osx'.
1090 ``%matplotlib backend``, where ``backend`` must be one of: 'tk', 'qt', 'wx',
1091 In the web notebook and Qt console, 'inline' is also a valid backend value,
1091 'gtk', 'osx'. In the web notebook and Qt console, 'inline' is also a valid
1092 which produces static figures inlined inside the application window instead of
1092 backend value, which produces static figures inlined inside the application
1093 matplotlib's interactive figures that live in separate windows.
1093 window instead of matplotlib's interactive figures that live in separate
1094 windows.
1094
1095
1095 .. _Matplotlib: http://matplotlib.sourceforge.net
1096 .. _Matplotlib: http://matplotlib.sourceforge.net
1096
1097
General Comments 0
You need to be logged in to leave comments. Login now