Here's an updated patch:
I decided to go with 'c' and 'v' for Back and Forward since these keys
are in the same place on most localized keyboard layouts (sorry, dvorak
users) (as JDH pointed out, I could not use 'z' and 'x' because 'x' is
used as a modifier in Pan/Zoom mode)
I've added a ReST ta
On Tue, Oct 21, 2008 at 8:57 PM, Paul Ivanov <[EMAIL PROTECTED]> wrote:
> Here's an updated patch:
>
> I decided to go with 'c' and 'v' for Back and Forward since these keys
> are in the same place on most localized keyboard layouts (sorry, dvorak
> users) (as JDH pointed out, I could not use 'z'
John Hunter wrote:
> On Tue, Oct 21, 2008 at 12:52 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
>> I did svn up on Sphinx, deleted mpl doc/build, and tried to rebuild the
>> docs. The Latex is failing with output ending in
>>
>> ) (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
>> (/usr/sh
On Tue, Oct 21, 2008 at 3:31 AM, Manuel Metz <[EMAIL PROTECTED]> wrote:
> David Huard wrote:
>> On Mon, Oct 20, 2008 at 10:19 AM, John Hunter <[EMAIL PROTECTED]> wrote:
>>> On Mon, Oct 20, 2008 at 9:01 AM, David Huard <[EMAIL PROTECTED]> wrote:
>>>
I would oppose any change to histogram callin
On Tue, Oct 21, 2008 at 12:52 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
> I did svn up on Sphinx, deleted mpl doc/build, and tried to rebuild the
> docs. The Latex is failing with output ending in
>
> ) (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
> (/usr/share/texmf-texlive/tex/late
I did svn up on Sphinx, deleted mpl doc/build, and tried to rebuild the
docs. The Latex is failing with output ending in
) (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/
[EMAIL PROTECTED] wrote:
> Revision: 6288
> http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6288&view=rev
> Author: jdh2358
> Date: 2008-10-21 15:26:22 + (Tue, 21 Oct 2008)
>
> Log Message:
> ---
> restored the support for multiple pyplots that I broke earlier
>
John Hunter-4 wrote:
>
> _validate_standard_backends = ValidateInStrings('backend',
> all_backends, ignorecase=True)
> def validate_backend(s):
> if s.startswith('module://'): return s
> else: return _validate_standard_backends(s)
>
>
> Should work...
>
Thanks. Now ma
On Tue, Oct 21, 2008 at 9:14 AM, jason_h <[EMAIL PROTECTED]> wrote:
> Unfortunately that doesn't work for me. I get a "ValueError: Unrecognized
> backend string "module://mybackend"" in rcsetup.py. Any other suggestions?
> Matplotlib ist version 0.98.3.
Hmm, strangely, the rcsetup function was re
John Hunter-4 wrote:
>
> On Tue, Oct 21, 2008 at 8:40 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> import matplotlib
> matplotlib.use('module://my_backend')
>
Unfortunately that doesn't work for me. I get a "ValueError: Unrecognized
backend string "module://mybackend"" in rcsetup.py. Any o
On Tue, Oct 21, 2008 at 8:40 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> If you set the backend to "module://my_backend" where my_backend.py is
> a backend in your PYTHONPATH, matplotlib will load it and use it.
And yes, I forgot to mention, "use" works as well
import matplotlib
matplotlib
On Tue, Oct 21, 2008 at 8:04 AM, jason_h <[EMAIL PROTECTED]> wrote:
>
> Hello,
> we want to add a new backend for some specific XML format.
>
> Can I find somewhere a sort of How-To documentation about the required
> steps?
>
> In particular I want to avoid modifying the matplotlib installation whi
Hello,
we want to add a new backend for some specific XML format.
Can I find somewhere a sort of How-To documentation about the required
steps?
In particular I want to avoid modifying the matplotlib installation which
resides in system directories which not every user has access to. Is it
possib
Hello list (especially Erik, who can fix this I hope) -
I have had problems with shared axes, especially when one of the axis has an
aspect ratio that is set 'equal'. It has been discussed on the list before
(mostly with Erik Firing), but it hasn't been fixed yet. What I want to do
is have two plo
David Huard wrote:
> On Mon, Oct 20, 2008 at 10:19 AM, John Hunter <[EMAIL PROTECTED]> wrote:
>> On Mon, Oct 20, 2008 at 9:01 AM, David Huard <[EMAIL PROTECTED]> wrote:
>>
>>> I would oppose any change to histogram calling convention that does not
>>> fix a critical bug. I agree that using a built-
15 matches
Mail list logo