Jouni K. Seppänen writes:
> I now have two different implementations in two branches of my
> github repository (patches attached):
>
> http://github.com/jkseppan/matplotlib/tree/boilerplate
> http://github.com/jkseppan/matplotlib/tree/autoboiler
I finally committed the "boilerplate" variant. It
Today is the last day to register for SciPy 2009 at the early bird rates.
Please register (http://conference.scipy.org/to_register )
by the end of the day to take advantage of the reduced early registration
rate.
The conference schedule is available here:
http://conference.scipy.org/schedule
The
Hi all,
Currently mathtex does not have support for anything other than
TrueType fonts. However, matplotlib can make use of the 14 'core'
fonts that are part of the PS/PDF specs. The metrics for these fonts
come from AFM files.
The question is how important are these as a feature? While I c
Freddie Witherden writes:
> The question is how important are these as a feature? While I can add
> support for them into mathtex I am unsure exactly how useful they are.
You can get really small output using the core fonts, which I'm sure
some users appreciate. They are also problematic, si
On Wed, Jul 22, 2009 at 1:21 PM, Jouni K. Seppänen wrote:
> Freddie Witherden writes:
>
>> The question is how important are these as a feature? While I can add
>> support for them into mathtex I am unsure exactly how useful they are.
If experience is any guide, you won't hear from the people who
Hi all,
I've been playing with pyglet and matplotlib integration using the Agg
backend as suggested some time ago on this list. The idea is to let
matplotlib do all the pretty stuff and let pyglet do the rendering of
images (currently, only imshow has been proxied).
Image rendering is done throu