[Matplotlib-users] Title Block Scaling

2007-08-09 Thread Jonathan Makem
Hi, I've created a plot with the correct scale but I want to add more room at the bottom of the plot to add a title block with out effecting the size of the plot. Does anyone know how to do this? Regards, Jonathan School of Mechanical and Aerospace Engineering Ashby Building

Re: [Matplotlib-users] hist() memory leak?

2007-08-09 Thread Luke Robison
I *am* able to see the same leak in 0.90.1 using Agg, Pdg, Ps, and Svg with the same memory amount being leaked each time, so its probably in matplotlib code, although I do not have the SVN sources to check it there to see if it has been fixed there. I was originally using the wxAgg backend,

Re: [Matplotlib-users] hist() memory leak?

2007-08-09 Thread Eric Firing
Luke, Just to be sure: how are you selecting the backend? If you use the matplotlib.use('Agg') method, this must appear *before* importing pylab for the first time; it is something of a gotcha that if it appears after pylab has been imported it doesn't give you any clue that it is

Re: [Matplotlib-users] tk, pylab and unicode

2007-08-09 Thread Xavier Gnata
ok look like a missing font on my box. Will see... Xavier I installed the necessary stuff in my LaTeX installation from here: http://www.unruh.de/DniQ/latex/unicode/ and it's now working even when usetex is on. It would be great to figure out why it's broken for you. Do you get any