I saw the following example:
Embedding a matplotlib figure inside a WxPython panel
I got the example to work, however, is there a way to make the chart/plot interactive such as the one that is produced by:
http://matplotlib.sourceforge.net/examples/pylab_examples/finance_demo.html
The latter has a zoom, pan functionality which is what I would like to embed in my GUI.