David Goldsmith:
> Ah, ok, not right now (perhaps later): for the purpose of adding your code to 
> the numpy bug ticket, I think it's best if I use something a little more 
> ubiquitous. ;-)  But it looks useful, so I'll probably grab it and try it out 
> myself; is it pure python, i.e., should I be able to just put it in a folder 
> containing an init file in site-packages and then it should "just work"?

Yeah, simply have a look at diagram.py

And yes, it should work out-of-the-box.  The init file should be
already included.  Simply put it in a folder.  It's tiny.

Everything needed should be:

import matplotlib.figure

fig = matplotlib.figure.Figure()
ax = fig.add_axes((0.2, 0.2, 0.6, 0.6))
ax.imshow(...)

And would you mind if I put my opinion about the not-a-numpy-issue
character on the numpy list too?  I think it's a pure matplotlib
problem, in my opinion numpy is behaving well, although they told you
to fill in a ticket?

Friedrich

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to