[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

[Matplotlib-users] Image Scalling

2007-08-01 Thread Jonathan Makem
Hi, How do I scale an image of a plot so that it fits a landscape A4 page? How do you move the position of the x and y labels on the axis? How do you increase the font size of the numbers on each axis? Regards, Jonathan Makem School of Mechanical and Aerospace Engineering Ashby

[Matplotlib-users] Saving Images as .pdf files

2007-07-26 Thread Jonathan Makem
Hi, I'm havind difficulty plotting saving pylab images in pdf format. At the moment, they are saved as .png files by default using: savefig('name',dpi=300) However, if I try: savefig('name.pdf') The program crashes. Is there anyway of solving this problem? Regards,