[Matplotlib-users] http://matplotlib.sourceforge.net/users_guide_0.87.1.pdf
I tried multiple times to download the above and/or to just view it with Adobe 7 but it looks like the file is corrupted. Can anyone confirm this or is the problem on my side? Werner Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] http://matplotlib.sourceforge.net/users_guide_0.87.1.pdf
On Thursday 06 July 2006 12:40, Werner F. Bruhin wrote: > I tried multiple times to download the above and/or to just view it with > Adobe 7 but it looks like the file is corrupted. Works fine here, Linux Mandriva 2006 / Acrobat Reader 7.0.1 - 27/07/2005 -- Vincent Favre-Nicolin Université Joseph Fourier http://v.favrenicolin.free.fr ObjCryst & Fox : http://objcryst.sourceforge.net Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] http://matplotlib.sourceforge.net/users_guide_0.87.1.pdf
Just tried again using GetRight download manager and did manage to download it. Just FYI, GetRight reported multiple disconnects due to busy server, but as it allows to resume this was not a problem. Werner Werner F. Bruhin wrote: > I tried multiple times to download the above and/or to just view it with > Adobe 7 but it looks like the file is corrupted. > > Can anyone confirm this or is the problem on my side? > > Werner > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87
Trying to py2exe the application I get an error no such file "wxmsw26uh_vc.dll". I am on: # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] # wxPython 2.6.3.2, Boa Constructor 0.4.4 Part of the changes I made inludes trying out numpy 0.8.9. What is this dll for and where should it be? The name looks like it is part of wxWidget but I can't seem to find it. Werner Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87
Werner F. Bruhin wrote: > Trying to py2exe the application I get an error no such file > "wxmsw26uh_vc.dll". > > I am on: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > Part of the changes I made inludes trying out numpy 0.8.9. > > What is this dll for and where should it be? The name looks like it is > part of wxWidget but I can't seem to find it. Googling on it I found that it is included with wxPython Unicode. What is needed to tell matplotlib not to use Unicode? Is this still possible with 0.87? Werner > > > Werner > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] numpy and matplotlib 0.87
I got this to work, only issue left is the py2exe problem (see other post). Looking through the matplotlib 0.87 doc (page 13) it mentioned that one should use an appropriate package for the numeric package one uses, but I can't see see these packages. Is it that the doc is just a bit out of date? FYI, the section 1.2 Numerix does also not mention numpy. Werner Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87
As you have found, the matplotlib binaries are built using the unicode version of wxpython. If you are not using blitting, then you can just go in any delete the "matplotlib/backends/_wxagg.so" (.pyd for windows) file from the installed matplotlib module. Then the pure-python wx backend will be used instead, and it should work fine with both versions of wx. - Charlie On 7/6/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > Werner F. Bruhin wrote: > > > Trying to py2exe the application I get an error no such file > > "wxmsw26uh_vc.dll". > > > > I am on: > > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > > > Part of the changes I made inludes trying out numpy 0.8.9. > > > > What is this dll for and where should it be? The name looks like it is > > part of wxWidget but I can't seem to find it. > > Googling on it I found that it is included with wxPython Unicode. > > What is needed to tell matplotlib not to use Unicode? Is this still > possible with 0.87? > > Werner > > > > > > > Werner > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87
Hi, Charlie Moad wrote: > As you have found, the matplotlib binaries are built using the unicode > version of wxpython. If you are not using blitting, then you can just > go in any delete the "matplotlib/backends/_wxagg.so" (.pyd for > windows) file from the installed matplotlib module. Then the > pure-python wx backend will be used instead, and it should work fine > with both versions of wx. I can run it without problem on my dev machine. The problem is when packaging it with py2exe, worked around this one by just excluding that dll, but maybe this is the cause of the problem - see other thread. Werner > > - Charlie > > On 7/6/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > >>Werner F. Bruhin wrote: >> >> >>>Trying to py2exe the application I get an error no such file >>>"wxmsw26uh_vc.dll". >>> >>>I am on: >>># Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] >>># wxPython 2.6.3.2, Boa Constructor 0.4.4 >>> >>>Part of the changes I made inludes trying out numpy 0.8.9. >>> >>>What is this dll for and where should it be? The name looks like it is >>>part of wxWidget but I can't seem to find it. >> >>Googling on it I found that it is included with wxPython Unicode. >> >>What is needed to tell matplotlib not to use Unicode? Is this still >>possible with 0.87? >> >>Werner >> >> >>> >>>Werner >>> >>> >>>Using Tomcat but need to do more? Need to support web services, security? >>>Get stuff done quickly with pre-integrated technology to make your job easier >>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> >> >>Using Tomcat but need to do more? Need to support web services, security? >>Get stuff done quickly with pre-integrated technology to make your job easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>___ >>Matplotlib-users mailing list >>Matplotlib-users@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] matplotlib, numpy and py2exe
I finally managed to build it without getting py2exe errors. Needed to include package "numpy" and remove "distutils" package from numpy as py2exe was failing on "tests" - maybe this is not the right thing to do as I still get run time error when running the exe. Here is the exception I currently get: Thu Jul 06 17:43:19 2006 Traceback (most recent call last): File "appwine.pyo", line 1333, in OnToolbarChart File "frameplotmpl.pyo", line 16, in ? File "matplotlib\numerix\__init__.pyo", line 66, in ? File "numpy\__init__.pyo", line 35, in ? File "numpy\_import_tools.pyo", line 173, in __call__ File "numpy\_import_tools.pyo", line 68, in _init_info_modules File "", line 1, in ? File "numpy\random\__init__.pyo", line 3, in ? File "numpy\random\mtrand.pyo", line 12, in ? File "numpy\random\mtrand.pyo", line 10, in __load File "numpy.pxi", line 32, in mtrand AttributeError: 'module' object has no attribute 'dtype' As mtrand is a .pyd I run out of things to try. Any hints on how to get around this one would be appreciated, otherwise I guess I will go back an use Numeric instead. Werner Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] Plot with linestyle='hsteps' and 'fsteps'
Hi, following GNUplot step-plot behavior (see http://chem.skku.ac.kr/~wkpark/tutor/gnuplot/gpdocs/steps.htm), as mentionned by Peter Groszkowski (in http://sourceforge.net/mailarchive/message.php?msg_id=9646290), could the 'hsteps' linestyle be implemented in matplotlib? (as well as 'fsteps' for sake of completness) Here is what I currently use to mimic these different step-styles: from pylab import * x = array([1,3,5,7,10,12,15], dtype='d') y = x scatter(x, y, label='__nolegend__') # Matplotlib original steps plot(x, y, ls='steps', label='steps') # Forward(?) step xx = empty(len(x)+1, dtype=x.dtype) xx[0] = x[0] xx[1:] = x yy = empty(len(x)+1, dtype=x.dtype) yy[:-1] = y yy[-1] = y[-1] plot(xx, yy, ls='steps', label='fsteps') # Histogram steps xx = empty(len(x)+1, dtype=x.dtype) xx[1:-1] = correlate(x, [0.5,0.5]) xx[0] = 2*x[0] - xx[1] xx[-1] = 2*x[-1] - xx[-2] yy = empty(len(x)+1, dtype=x.dtype) yy[:-1] = y yy[-1] = y[-1] plot(xx, yy, ls='steps', label='hsteps') legend(loc='best') show() Cheers. -- / \ ,, _._ _ |oo| _ / \__/ \ _ ((/ () \)) / \ Yannick COPIN (o:>* Doctus cum libro |/| ( )|oo| Institut de physique nucleaire de Lyon \/ _`\ /'_/ \(IN2P3 - France) / /.-' /\<>/\ `\.( () )_._ Tel: (33/0) 472 431 968 |` / \/ \ /`'--') http://snovae.in2p3.fr/ycopin/ \__,-'`| |. |\/ |/\/\|"\"` AIM: YcCopinICQ: 236931013 jgs | |. | \___/\___/ | |. | || Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] matplotlib, numpy and py2exe
Hi Werner, I got this problem too, and I actually updated the py2exe wiki on what to do when you see it. The problem is that there are multiple _sort modules (_sort.pyd in numpy and others in the different numer* packages.) Only some of them have dtype. See the last section (seciton 5) of http://starship.python.net/crew/theller/moin.cgi/MatPlotLib My real solution to it was to remove all the other num* packages from the system and just have numpy and scipy installed. This ensured that I wasn't pulling in the other packges by accident. -Jim On 7/6/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > I finally managed to build it without getting py2exe errors. > > Needed to include package "numpy" and remove "distutils" package from > numpy as py2exe was failing on "tests" - maybe this is not the right > thing to do as I still get run time error when running the exe. > > Here is the exception I currently get: > Thu Jul 06 17:43:19 2006 > Traceback (most recent call last): >File "appwine.pyo", line 1333, in OnToolbarChart >File "frameplotmpl.pyo", line 16, in ? >File "matplotlib\numerix\__init__.pyo", line 66, in ? >File "numpy\__init__.pyo", line 35, in ? >File "numpy\_import_tools.pyo", line 173, in __call__ >File "numpy\_import_tools.pyo", line 68, in _init_info_modules >File "", line 1, in ? >File "numpy\random\__init__.pyo", line 3, in ? >File "numpy\random\mtrand.pyo", line 12, in ? >File "numpy\random\mtrand.pyo", line 10, in __load >File "numpy.pxi", line 32, in mtrand > AttributeError: 'module' object has no attribute 'dtype' > > As mtrand is a .pyd I run out of things to try. > > Any hints on how to get around this one would be appreciated, otherwise > I guess I will go back an use Numeric instead. > > Werner > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87
A little update. Werner F. Bruhin wrote: > Trying to py2exe the application I get an error no such file > "wxmsw26uh_vc.dll". > > I am on: > # Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] > # wxPython 2.6.3.2, Boa Constructor 0.4.4 > > Part of the changes I made inludes trying out numpy 0.8.9. > > What is this dll for and where should it be? The name looks like it is > part of wxWidget but I can't seem to find it. Can not get it to work with numpy (see other thread), however using Numeric with the following py2exe setup.py sections looks like it works even using an Ansi wxPython version (my app uses a database, while I am planning to switch to Unicode, I don't have time for this at the moment). The matplotlib related entries in the options section are "pytz" and "matplotlib.numerix" and the exclude of the wxmsg26uh_vc.dll". # options for py2exe options = {"py2exe": {"compressed": 1, "optimize": 2, "packages": ["encodings", "kinterbasdb", "pytz", "matplotlib.numerix", ], "excludes": ["MySQLdb", "Tkconstants", "Tkinter", "tcl", "orm.adapters.pgsql", "orm.adapters.mysql" ], "dll_excludes": ["tcl84.dll", "tk84.dll", "wxmsw26uh_vc.dll"] } } zipfile = r"lib\library.zip" And this is the setup section (with some stuff omitted): setup( classifiers = ["Copyright:: Werner F. Bruhin", ... "Natural Language :: English"], windows = [twcb], #console = [twcb], options = options, zipfile = zipfile, data_files = [("prog\\locale\\fr\\LC_MESSAGES", mylocaleFR), ... matplotlib.get_py2exe_datafiles(), ("prog\\amaradata", amaradata), ("prog\\amaradata\\Schemata", amaraschemata), ] ) I am using py2exe 0.6.5, wxPython 2.6.3.2 and Python 2.4. Need to do further testing with it, but the matplotlib plots (some line and pie charts - nothing very sophisticated) work fine. Will give numpy another try, if I get some hints on how to overcome the issue reported in another thread. Werner Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Re: [Matplotlib-users] matplotlib, numpy and py2exe
Hi James, Thanks for the hints. James Carroll wrote: > Hi Werner, > > I got this problem too, and I actually updated the py2exe wiki on what > to do when you see it. The problem is that there are multiple _sort > modules (_sort.pyd in numpy and others in the different numer* > packages.) Only some of them have dtype. > > See the last section (seciton 5) of > http://starship.python.net/crew/theller/moin.cgi/MatPlotLib I have seen that, but it doesn't help. I have only Numeric and numpy on my system. I only need one, just wanted to get up to date, so tried changing from Numeric to numpy. For testing I rename the folder of the one I don't want to use, so py2exe nor matplotlib can not find it. I don't have a real need to change, so for the moment I will stay with Numeric and if I don't run into other problems with matplotlib 0.87.3 I stay with it otherwise I will go back to the version I used before and upgrade when I get around to move over to wxPython Unicode. Werner > > My real solution to it was to remove all the other num* packages from > the system and just have numpy and scipy installed. This ensured that > I wasn't pulling in the other packges by accident. > > -Jim > > > On 7/6/06, Werner F. Bruhin <[EMAIL PROTECTED]> wrote: > >> I finally managed to build it without getting py2exe errors. >> >> Needed to include package "numpy" and remove "distutils" package from >> numpy as py2exe was failing on "tests" - maybe this is not the right >> thing to do as I still get run time error when running the exe. >> >> Here is the exception I currently get: >> Thu Jul 06 17:43:19 2006 >> Traceback (most recent call last): >>File "appwine.pyo", line 1333, in OnToolbarChart >>File "frameplotmpl.pyo", line 16, in ? >>File "matplotlib\numerix\__init__.pyo", line 66, in ? >>File "numpy\__init__.pyo", line 35, in ? >>File "numpy\_import_tools.pyo", line 173, in __call__ >>File "numpy\_import_tools.pyo", line 68, in _init_info_modules >>File "", line 1, in ? >>File "numpy\random\__init__.pyo", line 3, in ? >>File "numpy\random\mtrand.pyo", line 12, in ? >>File "numpy\random\mtrand.pyo", line 10, in __load >>File "numpy.pxi", line 32, in mtrand >> AttributeError: 'module' object has no attribute 'dtype' >> >> As mtrand is a .pyd I run out of things to try. >> >> Any hints on how to get around this one would be appreciated, otherwise >> I guess I will go back an use Numeric instead. >> >> Werner >> >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> ___ >> Matplotlib-users mailing list >> Matplotlib-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] Using legend() disables alpha channel...
I am working on a plot that uses several fill() calls all of which set some level of transparency using the "alpha" parameter. When I added a legend to the figure the polygons made by the calls to fill() were no longer recognizing the alpha settings. I am using the Agg backend and the output is always generated with savefig(). Am I missing something about the configuration? How can I get matplotlib to continue to respect the alpha setting even when calling legend()? Any help is appreciated! Thanks, Marek Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users