Re: [Matplotlib-users] Python 2.6 installer for Windows?

2009-03-21 Thread eliben
Adam Mercer wrote: On Sun, Feb 22, 2009 at 16:59, Wai Yip Tung tungwai...@yahoo.com wrote: I find that Matplotlib only have Python 2.5 build for Windows. Is there any plan to release a 2.6 build soon? I am trying to build it from source but I run into numerous problem. I am still

[Matplotlib-users] more demos of mpl with wxPython

2008-08-01 Thread eliben
For those who may be interested: I plan to use mpl for some serious plotting in my programs featuring wxPython GUIs. To get started, I've written a couple of non-trivial demos with mpl and wxPython and posted them online (code and all).

Re: [Matplotlib-users] more demos of mpl with wxPython

2008-08-01 Thread eliben
Alan G Isaac wrote: On Fri, 1 Aug 2008, eliben apparently wrote: http://eli.thegreenplace.net/2008/08/01/matplotlib-with-wxpython-guis/ Cool demos: short and to the point. Alan PS Even though these are just short demos, please include a software license. Otherwise some people

Re: [Matplotlib-users] more demos of mpl with wxPython

2008-08-01 Thread eliben
Alan G Isaac wrote: On Fri, 1 Aug 2008, eliben apparently wrote: I wouldn't imagine anyone would hesitate borrowing code from a demo because of a lack of license. It depends on what you mean by lack of a license. I think what most people (myself included) would like to see

[Matplotlib-users] Navigation toolbar w/o subplot configuration button

2008-07-30 Thread eliben
Hello, I'm using mpl in a wxPython application to display plots dynamically. I want to let the users interact with the plots (zoom, move), but I don't need the subplot configuration button on the Navigation Toolbar. Can I instantiate the toolbar without this button ? TIA Eli -- View this

[Matplotlib-users] An updated matplotlib user's guide

2008-07-28 Thread eliben
Is it only me or is the user's guide linked to from http://matplotlib.sourceforge.net/ (http://matplotlib.sourceforge.net/users_guide_0.98.1.pdf) quite old ? The new user's guide seems to be available from http://matplotlib.sourceforge.net/doc/html/index.html -- View this message in context:

[Matplotlib-users] Problem plotting interactively from PyCrust

2008-07-26 Thread eliben
Hello, I'm running the latest matplotlib (and wxPython) with Python 2.5.2 on Win XP. Everything works fine, the plotting quality is excellent, and interactive plotting works nicely with IPython. However, I much prefer the PyCrust interactive terminal and use it a lot. I tried following the

Re: [Matplotlib-users] Problem plotting interactively from PyCrust

2008-07-26 Thread eliben
John Hunter-4 wrote: On Sat, Jul 26, 2008 at 3:33 AM, eliben [EMAIL PROTECTED] wrote: Hello, I'm running the latest matplotlib (and wxPython) with Python 2.5.2 on Win XP. Everything works fine, the plotting quality is excellent, and interactive plotting works nicely with IPython