Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-16 Thread Zane Selvans
Wow! The new site looks beautiful. Thank you! The apparent lack of searchable, online, well organized, cross- referenced documentation has been my main frustration with Matplotlib. I'm very glad it's being worked on. A couple of quick things: First, are there plans to eventually embed au

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-16 Thread Neil Pilgrim
John Hunter wrote: > We've been working behind the scenes on a new documentation system for > matplotlib, which integrates the web site, API documentation and PDF > guide into a single source of sphinx/rest documents which are easier > to maintain and extend, hopefully leading to better and more >

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-16 Thread Xavier Gnata
Looks great but there are too many errors: http://validator.w3.org/check?uri=http%3A%2F%2Fmatplotlib.sourceforge.net%2F&charset=(detect+automatically)&doctype=Inline&group=0 I'm not a geek and I do not care about w3c small warnings but it would be so nice to have a xhtml compliant website (as clo

Re: [Matplotlib-users] Stacking multiple plots the efficient way

2008-10-16 Thread Sébastien / Seb-bubuntu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Firing wrote: > Sébastien / Seb-bubuntu wrote: [snip] > > I think a LineCollection may provide a very easy way to do what you > want, if I understand correctly. I recently changed mri_with_eeg.py to > use a LineCollection; maybe you are looking

Re: [Matplotlib-users] Stacking multiple plots the efficient way

2008-10-16 Thread Eric Firing
Sébastien / Seb-bubuntu wrote: Hi folks, I have a few plots which I would like to stack in a single figure. When I first came with this problem (back to matplotlib version 0.93 or older), the most efficient way (at least in my case) of doing this consisted in playing with transformations as you

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-16 Thread Jörgen Stenarson
The new webpage looks great, sphinx has really meant a lot for the documentation in the scientific projects. > > Because some of these extensions are generally useful, Michael, > Fernando and I have been working on a "sphinx_template" which contains > the template of a sphinx documentation projec

[Matplotlib-users] Stacking multiple plots the efficient way

2008-10-16 Thread Sébastien / Seb-bubuntu
Hi folks, I have a few plots which I would like to stack in a single figure. When I first came with this problem (back to matplotlib version 0.93 or older), the most efficient way (at least in my case) of doing this consisted in playing with transformations as you can see in the cookbook (see: htt

[Matplotlib-users] ANN: matplotlib website 1.0

2008-10-16 Thread John Hunter
We've been working behind the scenes on a new documentation system for matplotlib, which integrates the web site, API documentation and PDF guide into a single source of sphinx/rest documents which are easier to maintain and extend, hopefully leading to better and more up-to-date docs. We went liv

Re: [Matplotlib-users] MPL on Windows x64 with Python 2.6

2008-10-16 Thread Charlie Moad
Thanks for the notes. I suspect many people are in the same boat as me and just do not have access to the environment you do. - Charlie On Wed, Oct 15, 2008 at 3:07 AM, Dan Shechter <[EMAIL PROTECTED]> wrote: > Of course... I'll try to be as detailed as I can be... > > I'll start off by mention

[Matplotlib-users] error on trying to call in pylab

2008-10-16 Thread Dave_Evo
Hi, I installed matplotlib on my home pc with no problems but I followed the same protocol on my work pc and got the following error: Traceback (most recent call last): File "", line 1, in from pylab import * File "C:\Python25\Lib\site-packages\pylab.py", line 1, in from matplo

Re: [Matplotlib-users] .show() documentation?

2008-10-16 Thread Michael Droettboom
As with all other commands in matplotlib, show is blocking. The interpreter stops at that line until the window closes. To do interactive things with a separate GUI event loop, have a look at the demos in the event_handling directory of the examples. Mike Nick Vaidyanathan wrote: > The figure

[Matplotlib-users] error on trying to call in pylab

2008-10-16 Thread Dave_Evo
Hi, I installed matplotlib on my home pc with no problems but I followed the same protocol on my work pc and got the following error: Traceback (most recent call last): File "", line 1, in from pylab import * File "C:\Python25\Lib\site-packages\pylab.py", line 1, in from matplo

Re: [Matplotlib-users] Preferred Qt4 version with 0.98.3

2008-10-16 Thread G Jones
The problem seems to be fixed after updating SIP from 4.7 from the ubuntu repositories to 4.7.7 from the source. I think it had to do with mixing threading.Thread with a Qt application, but I'm not entirely sure. Thanks for the info anyway, Glenn On Wed, Oct 15, 2008 at 6:00 AM, Michael Droettboom