[Matplotlib-users] PyQt integration problem with the Navigation Toolbar

2009-03-26 Thread eliben
Hello, I have a demo application integrating a dynamic mpl plot into a PyQt GUI. The plot is dynamic in the sense that the user can manipulate it through the use of the GUI's (PyQt) widgets and controls. The code is in: http://eli.thegreenplace.net/files/prog_code/qt_mpl_bars.py.txt Now, I have

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 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 struggling to find

Re: [Matplotlib-users] plot a data stream with matplotlib

2009-01-23 Thread eliben
Simone Gabbriellini-3 wrote: > > Dear List, > > I have some variables I want to plot... the values of those variable > change in time... I would like to plot the result with a traditional > line plot > > those variables are traits of a class (don't know if this can make a > difference...) >

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

2008-08-01 Thread eliben
Alan G Isaac wrote: > > I read Jonathan's point as being: there is no such > "linking" possibility with such demo scripts. > This indeed is why I questioned the relevance of > the LGPL for such things, earlier on, even though > the LGPL is in principle (and often in practice) > a much more user

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

2008-08-01 Thread eliben
JonathansCorner.com wrote: > > I personally regard viral licenses with caution: that is, if the copyright > says, "Don't build on or extend this unless you want your work to be > covered > by my chosen license," I will be extremely cautious about building off of > them. Under the LGPV, if I inc

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 mos

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 softwar

[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). http://eli.thegreenplace.net/2008/08/01/matplotlib-with-wxp

[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 mes

[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: htt

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 exce

[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 direc