From: Eric F. <ef...@ha...> - 2009-09-28 02:57:21
|
Stéfan van der Walt wrote: > Hi all, > > When saving plots (using plt.figsave and matplotlib from SVN) > consisting of subplots, the layout is a bit messed up. As an example, > have a look at > > http://mentat.za.net/refer/segmentation.pdf Wow, that's really ugly! I suspect that for anyone to provide any help on this, you will need to supply a minimal script to show what you are doing. I take it you are starting with something that looks reasonable on the screen, but comes out quite different when you save it? Eric > > I have tried adjusting the figure size, the font size, the w- and > hspace, etc. Is this a known problem, or am I doing something silly? > > Thanks for your time, > Stéfan > |