
.. _matplotlib: http://matplotlib.sourceforge.net


Examples
========


Adaptation of :file:`date_demo2.py` from matplotlib_ tutorial
-------------------------------------------------------------

#.. plot:: plotting/yahoo.py
   :include-source:


Monthly Data with an exponential moving average
-----------------------------------------------

.. plot:: plotting/expmave.py
   :include-source:


Separate scales for left and right axis
---------------------------------------

.. plot:: plotting/sepaxis.py
   :include-source:


Sample plots at various levels of zoom
--------------------------------------

The following charts show daily data being plotted at varying length date ranges.
This demonstrates the dynamic nature of the axis labels.
With interactive plotting, labels will be updated dynamically as you scroll and zoom.

#.. plot:: plotting/zoom1.py

#.. plot:: plotting/zoom2.py

#.. plot:: plotting/zoom3.py

#.. plot:: plotting/zoom4.py
