Displaying \frac{a}{b} in xlabel

Thank you for the suggestion. How is it compatible with

    > Python-2.3? Do you mean we would include the source for
    > that module in mpl?

Yep, just as we include pyparsing, et al.

JDH

John,

John Hunter wrote:

"Darren" == Darren Dale <dd55@...163...> writes:

    > Thank you for the suggestion. How is it compatible with
    > Python-2.3? Do you mean we would include the source for
    > that module in mpl?

Yep, just as we include pyparsing, et al.

JDH

What about Python-2.2? Do we still need to stay compatible with that? I would be happy to see that go, and officially move the requirement up to 2.3, if this has not already been done.

Eric

I have posted subprocess.py at
http://staff.chess.cornell.edu/~dale/matplotlib/subprocess.py

running python subprocess.py will execute a test, which I tried with python
2.2 and 2.3 on linux. They both seemed to work. A successful test includes
failing to open a bogus file and therefore raising an exception as the last
step. Would anyone running python-2.3 or 2.2 on windows or mac run this test
and report the result?

Thanks,
Darren

···

On Wednesday 08 March 2006 13:10, Eric Firing wrote:

John,

John Hunter wrote:
>>>>>>"Darren" == Darren Dale <dd55@...163...> writes:
>
> > Thank you for the suggestion. How is it compatible with
> > Python-2.3? Do you mean we would include the source for
> > that module in mpl?
>
> Yep, just as we include pyparsing, et al.
>
> JDH

What about Python-2.2? Do we still need to stay compatible with that?
I would be happy to see that go, and officially move the requirement up
to 2.3, if this has not already been done.