Re: [Matplotlib-users] Need help with Darren Dale qt example of extending Toolbar

2011-09-24 Thread Vineet Jain
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

[Matplotlib-users] Need help with Darren Dale qt example of extending Toolbar

2011-09-24 Thread Vineet Jain
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

Re: [Matplotlib-users] Matplotlib powered website. Would love to get your feedback!

2006-10-16 Thread vineet jain
> 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-users] Getting error TypeError: unsupported operand type(s) for /: 'BinOp' and 'BinOp'

2006-07-12 Thread Vineet Jain
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

[Matplotlib-users] Setting path for .matplotlibrc

2006-06-18 Thread Vineet Jain
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