[Matplotlib-users] Compilation glitches under SunOS

2006-08-07 Thread Jett Logic
Hi, using matplotlib-0.87.4 uname -a == SunOS maples 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-280R gcc --version == 2.95.3 (have no control over this) python -V == Python 2.4.3 (in $HOME/local/bin) I get some errors during python setup.py build (with all GUIs disabled in setup.py, but

Re: [Matplotlib-users] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-08-07 Thread Charlie Moad
Here is a link to a build that works with numpy-1.0b1. Pushing a release now for 1.0 might be pointless, since the C-api could possibly change and break compatibility again. After all, it still is a beta. http://euclid.uits.iupui.edu/~cmoad/matplotlib-0.87.4_r2645-py2.4-win32.egg On 8/7/06,

Re: [Matplotlib-users] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-08-07 Thread Christopher Barker
Darren Dale wrote: On Monday 07 August 2006 08:55, Charlie Moad wrote: Pushing a release now for 1.0 might be pointless, since the C-api could possibly change and break compatibility again. After all, it still is a beta. I wonder how long we should continue to hold off on a new release. As

[Matplotlib-users] 3 state simplex diagrams

2006-08-07 Thread Mohamed . Ahmed
Hi all, i was wondering if any one has implemented a simplex drawring package for matplotlib, eg. for diagrams such as this http://www.santafe.edu/~dirk/ccant_wf2/img72.gif. Thanks in advance - mo - Using Tomcat but

[Matplotlib-users] list troubles

2006-08-07 Thread Christian Meesters
Hi, Sorry for posting to the list, but I had no clue who to address. Recently I had some troubles sending emails to the list, for they were bounced back with this delivery status notification: The following message to matplotlib-users@lists.sourceforge.net was undeliverable. The reason for

Re: [Matplotlib-users] How to draw a region of interest

2006-08-07 Thread Daniel Kornhauser
Hey guys: Charlie I did not find your lasso example so I cooked up mine, I attach it. Can you give me the file name that contains the new Lasso widget for doodling ? This is just the start of the lasso or region of interest widget I still have to : - fill the region with a color -

Re: [Matplotlib-users] How to draw a region of interest

2006-08-07 Thread Charlie Moad
from matplotlib.widgets import Lasso It might not of made the last release. http://svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/widgets.py?revision=2583view=markup On 8/7/06, Daniel Kornhauser [EMAIL PROTECTED] wrote: Hey guys: Charlie I did not find your lasso example