HI modified one of the examples and it brings up the chart window with the
custom toolbar. However, nothing happens with the "pickevent"
"""
This demo demonstrates how to embed a matplotlib (mpl) plot
into a PyQt4 GUI application, including:
* Using the navigation toolbar
* Adding data to the plo
Hi,
I'm looking at Darren's example of extending matplotlib's toolbar from 2008.
Any ideal where I can find the base class MplToolbar? Can some just help me
with figuring out which example in matplotlib 1.01 I should start with to
use his cutom ToolBar?
http://www.mailinglistarchive.com/html/matp
> Any change you could share back with the community the approach
> you followed - web framework used? integration strategy? deploy-
> ment and setup issues? graph creation methodology?
web framework used: cherrypy
deploymnet os: ubuntu
setup issues: none
> I am looking to tackle a project wi
Matplotlib version: '0.87.2'
I'm getting the following error:
TypeError: unsupported operand type(s) for /: 'BinOp' and 'BinOp'
On the following line in finance.py
sy = (ax.bbox.ur().y() - ax.bbox.ll().y()) / (ax.viewLim.ur().y() -
ax.viewLim.ll().y())
Is this a know issue? Am I doing somethi
I have several programs that run as daemons which run with different
unix ids. each of the unix ids share the same user home dir. They are
now failing with the following error:
Traceback (most recent call last):
File "StartScanDaemon.py", line 69, in ?
main(sys.argv)
File "StartScanDaemo