It looks like the trunk has stabilized with the important bugs fixed,
so I think it would be a good time to push out the 0.91.2 release,
perhaps Monday. Charlie, are you available for this? Does anyone
have any reason to delay?
Thanks,
JDH
---
Hi all,
I have some trouble with the following lines
title(r'$\underline{\lambda}_n$= '+str(f))
plot(arange(0,len(data)),data,lw=2)
xlabel('Iterations')
ylabel('Largest eigenvalue')
savefig('yuanlbl.png')
IIRC the code worked before the recent changes in
svn. How can I resolve the problem ?
Tr
I should have plenty of time on Sunday, so could we shoot for a freeze
before Sunday morning?
On Jan 4, 2008 10:03 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> It looks like the trunk has stabilized with the important bugs fixed,
> so I think it would be a good time to push out the 0.91.2 release,
Hi Michael, John and Gael,
sorry for the later reply (holidays and stuff...)
On Jan 1, 2008 4:51 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> I'm off with family for the holidays, so my response will have to be somewhat
> brief.
>
> I'm excited about the ideas you bring up... I first hear
The built-in mathtext support does not support "\underline" (and never
did AFAICT).
It sounds like you had "text.usetex" turned on in your matplotlibrc, and
now for some reason or other you don't.
Cheers,
Mike
Nils Wagner wrote:
> Hi all,
>
> I have some trouble with the following lines
>
>
Ondrej Certik wrote:
> * freetype (this could be rewritten using ctypes)
I see that pyglet already has a freetype wrapper using ctypes -- it
would be interesting to see if that could be used as a starting point.
That could be used as a starting point. (Of course, ctypes is an
external dependen
On Jan 4, 2008 7:41 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> Ondrej Certik wrote:
> > * freetype (this could be rewritten using ctypes)
>
> I see that pyglet already has a freetype wrapper using ctypes -- it
> would be interesting to see if that could be used as a starting point.
> That
On Jan 4, 2008 11:55 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> > > * Agg (this could be optional)
> >
> > On the transforms branch, Agg is used for bezier curve realisation,
> > whether the Agg renderer is being used or not. This is used for things
> > like hit-testing and range-setting of p
On Jan 4, 2008 8:19 PM, Fernando Perez <[EMAIL PROTECTED]> wrote:
> On Jan 4, 2008 11:55 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
>
> > > > * Agg (this could be optional)
> > >
> > > On the transforms branch, Agg is used for bezier curve realisation,
> > > whether the Agg renderer is being used
[ oops, this was meant to be on-list]
Hey Ondrej,
On Jan 4, 2008 12:36 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> Hi Fernando!
>
> what you said are valid points for matplotlib using Agg as a backend.
> And as I said,
> the default matplotlib installation should include it, no doubt about th
On Friday 04 January 2008 02:36:06 pm Ondrej Certik wrote:
> On Jan 4, 2008 8:19 PM, Fernando Perez <[EMAIL PROTECTED]> wrote:
> > On Jan 4, 2008 11:55 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> > > > > * Agg (this could be optional)
> > > >
> > > > On the transforms branch, Agg is used for bez
On Jan 4, 2008 1:04 PM, Andrew Straw <[EMAIL PROTECTED]> wrote:
> Excellent summary, Fernando -- are looking to burnish your visual
> neuroscientist credentials? ;)
Gotta start somewhere, no? :) Now I just have to convince the NSF
it's true as well... Back to grant writing :)
> > The other issu
On Jan 4, 2008 8:44 PM, Darren Dale <[EMAIL PROTECTED]> wrote:
>
> On Friday 04 January 2008 02:36:06 pm Ondrej Certik wrote:
> > On Jan 4, 2008 8:19 PM, Fernando Perez <[EMAIL PROTECTED]> wrote:
> > > On Jan 4, 2008 11:55 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> > > > > > * Agg (this could b
On Jan 4, 2008 1:04 PM, Boyd Waters <[EMAIL PROTECTED]> wrote:
>
> On Jan 4, 2008, at 12:44 PM, Fernando Perez wrote:
>
> > Indeed, compiled code in a project basically forces you to have a
> > windows developer in the team who can build the binary installers.
> > These days with vmware/qemu it's n
On Jan 4, 2008 1:00 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
>
> On Jan 4, 2008 8:44 PM, Darren Dale <[EMAIL PROTECTED]> wrote:
> > Why would your users have to compile anything on windows? Matplotlib's
> > windows
> > users just run the installer, the compilation has already been done. Am I
On Jan 4, 2008, at 12:44 PM, Fernando Perez wrote:
> Indeed, compiled code in a project basically forces you to have a
> windows developer in the team who can build the binary installers.
> These days with vmware/qemu it's not the end of the world (it can be
> done in a normal computer running li
On Jan 4, 2008, at 1:08 PM, Fernando Perez wrote:
> No worries, you misunderstood me :) My point was that a linux
> developer could keep a vwmare image around to produce the binary
> windows *installer* for win32 users, if there were compiled code
> around.
Oh.
That's all right, then.
Sorry.
Ondrej Certik wrote:
> On Jan 4, 2008 7:41 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
>> Ondrej Certik wrote:
>>> * freetype (this could be rewritten using ctypes)
>> I see that pyglet already has a freetype wrapper using ctypes -- it
>> would be interesting to see if that could be used as a
Fernando Perez wrote:
> It's probably worth mentioning that one of the reasons John chose Agg
> is because of image *quality* concerns. If I'm not mistaken (John and
> A. Straw will correct me as needed), the OpenGL anti-aliasing quality
> is positively horrible when you compare it to the quality
> Agreed. I know there are still some matplotlib users on python2.3, but
> they'll have to move on eventually... ;)
Yes, we decided to drop support for python2.3, because we use
decorators. But I am not going to drop support for 2.4, because
Debian (my distribution) still uses it by default. :)
20 matches
Mail list logo