On Jun 25, 2008, at 8:38 PM, Michael Droettboom wrote:
> Ahh -- 0.91 avoided this by using non-antialiased rendering by
> default for pcolor as well as pcolormesh. That's probably what Rob
> is seeing when he went from 0.91 to 0.98.
Indeed. Now that I think about it in the light of the di
I noticed Michael just made a commit adding plot directive examples in
the doc strings. I think this is a great idea, and very cool, since
the html docs for a given function will not only link to a complete
code example, but also have inline figures and links to various output
high res or vector f
I was just about to write an e-mail about this. I just put a few in to
see what would blow up on other people's machines... ;)
Like John, I also have mixed feelings about moving the examples to
pyplots.
Maybe we need a new subdirectory under examples called "doc_examples" or
something, and e
Michael Droettboom wrote:
> I was just about to write an e-mail about this. I just put a few in to
> see what would blow up on other people's machines... ;)
>
> Like John, I also have mixed feelings about moving the examples to
> pyplots.
>
> Maybe we need a new subdirectory under examples ca
On Thu, Jun 26, 2008 at 3:14 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
> I think a special place for doc examples is a very good idea; I don't see
> any real disadvantage.
I'm not real keen on this if it means moving the example from the
existing location, since the examples directory should be
On Thu, Jun 26, 2008 at 01:50:29PM -0500, John Hunter wrote:
> I noticed Michael just made a commit adding plot directive examples in
> the doc strings. I think this is a great idea, and very cool, since
> the html docs for a given function will not only link to a complete
> code example, but also
We are delighted to announce that the Python Software Foundation has
answered our call and is providing sponsoring to the SciPy08 conference.
We will use this money to sponsor the registration fees and travel for up
to 10 college or graduate students to attend the conference. The PSF did
not provi
Hi,
just want to point to a bug (2002836) reported on sourceforge.
I could track this a little bit more down and found that a subscript
like r'x_{\leftarrow}' fails, whereas r'x_\leftarrow' works (!); also
fails e.g. for r'x_{\leftrightarrow}'. Anything that starts with \right
or \Left wo