Antonino Ingargiola edited Concepts.tex  over 9 years ago

Commit id: a92785e29c658f82b6efaf4e99221b864e67e415

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 timetrace \verb|timetrace|  and hist2d_alex \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 backend from inline to QT and vice versa using the ipython commands \verb|\%matplotlib \verb|%matplotlib  qt| and \verb|matplotlib \verb|%matplotlib  inline|. For example, after switching to the QT4 backend the following commads: \begin{verbatim}  dplot(d, timetrace, scroll=True)