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

2006-10-10 Thread Vinj Vinj
> data (and I assume your graphs are done a similar > way), and so I It turned out to be too slow for me to generate them on the fly. I pregenerate most images that you see at www.eswap.com If you have a fast enought web connection the page should load up in 3-4 secnods. Vineet _

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

2006-10-09 Thread Vinj Vinj
> 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 wit

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

2006-10-06 Thread Vinj Vinj
Hi, I've been working hard on www.eswap.com. It's matplotlib powered. I would like to thank the matplotlib community and especially John H. for making this possible. Some of the features are: 1. See 20 (professional looking) charts per page 2. You can tag stocks with keywords 3. You can create yo

[Matplotlib-users] Bug: y axis labels end up having multiple fonts. Example included

2006-07-17 Thread Vinj Vinj
Some of the y axis labels end up having different fonts: http://s3.amazonaws.com/oylb/wlsn_qm.png?20060717232235 In the above image, 7 and 7.5 have a larger font. I'm using matplotlib 0.87.3 with ubuntu Vineet - Take Su

Re: [Matplotlib-users] Getting error TypeError: unsupported operand type(s) for /: 'BinOp' and 'BinOp'

2006-07-17 Thread Vinj Vinj
>>sy = (ax.bbox.ur().y() - ax.bbox.ll().y()) / (ax.viewLim.ur().y() - >>ax.viewLim.ll().y()) I solved the problem by using .get() on the BinOp's and then converting it back to a BinOP using Value() Vineet - Take Surveys.