Eitan Lerner edited Concepts.tex  over 9 years ago

Commit id: a2c1a608ab3369c34987a2811237641dc99642c8

deletions | additions      

       

Additional plots can be manually created directly with matplotlib.  Usually plots are displayed inline in the notebook. However a few plot functions such as \verb|timetrace| and \verb|hist2d_alex| have interactive features that can be enabled when using the QT4 backend that open the plot in an external window. It is possible to switching switch  backend from inline to QT and vice versa using the ipython commands \verb|%matplotlib qt| and \verb|%matplotlib inline|. For example, after switching to the QT4 backend the following commads:  \begin{verbatim}