From: Friedrich R. <fri...@gm...> - 2010-03-06 23:28:39
|
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 |