Re: [Matplotlib-users] visualisation for utility usage sought

2008-03-14 Thread Christiaan Putter
putter On 14/03/2008, Chris Withers <[EMAIL PROTECTED]> wrote: > > (meant this to go to the list too) > > > Christiaan Putter wrote: > > I'm having trouble understanding what it is you exactly want. > > > That's likely my fault ;-) > > > > You sa

[Matplotlib-users] Fwd: visualisation for utility usage sought

2008-03-13 Thread Christiaan Putter
-- Forwarded message -- From: Christiaan Putter <[EMAIL PROTECTED]> Date: 14 Mar 2008 03:22 Subject: Re: [Matplotlib-users] visualisation for utility usage sought To: Chris Withers <[EMAIL PROTECTED]> Hi there, I'm having trouble understanding what it is you e

Re: [Matplotlib-users] arangement / merge of multiple figures /list of figures

2008-03-12 Thread Christiaan Putter
Dear Mr. Zickermann, Look for a thread titled 'subplots from existing figures' (5th March) or something similar. I posted a function there that takes in a list of figures and spits out a new one containing those. There is still a bug in it though. For some reason copying axes from one figure to

Re: [Matplotlib-users] Subplots from existing figures

2008-03-05 Thread Christiaan Putter
Hi guys, I've been wanting to do something similar as well. Create a figure from other figures. The function accepts a list of figures, and according to the ratio (rows to columns) creates a bigger figure of appropriate size and 'copies' the axes into the new figure. I calculate the positions a

Re: [Matplotlib-users] (no subject)

2008-01-12 Thread Christiaan Putter
cestor of the 'rect' element which references the linear gradient. > > Thus, the above document conforms to the guideline. > > > > > > > > So we are complying to that part of the spec. The spec doesn't seem to > > say anything about w

Re: [Matplotlib-users] (no subject)

2007-12-26 Thread Christiaan Putter
On 21/12/2007, Christiaan Putter <[EMAIL PROTECTED]> wrote: > > Hi guys and girls, > > Quick question regarding matplotlib's svg backend... > > I've embeded pyhton into c++ and Qt's (4.3.3) svg support is having some > problems with .svg files created by matplo

[Matplotlib-users] (no subject)

2007-12-21 Thread Christiaan Putter
Hi guys and girls, Quick question regarding matplotlib's svg backend... I've embeded pyhton into c++ and Qt's (4.3.3) svg support is having some problems with .svg files created by matplotlib. Text isn't showing up. Firefox displays the same .svg file correctly though... The problem: It seems