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
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
>
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
-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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo