Hi Brad, 2012/7/19 Alexander Eberspaecher <alexander.eberspaec...@ovgu.de>: > On Wed, 18 Jul 2012 15:50:50 -0700 > Brad Malone <brad.mal...@gmail.com> wrote: > >> Hi, I have a collection of 4 plots that I spent some time in >> constructing. They themselves include modifications of the axes >> labels, have rotated subplots next to them, etc. I need to be able to >> take these 4 plots and consolidate them into a single plot (referee >> suggestion to save space). > > Assuming you are using LaTeX to write your paper, you could use a LaTeX > solution. Here are some links: > > http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Subfloats > ftp://ctan.tug.org/tex-archive/macros/latex/contrib/subfig/subfig.pdf > > This might be easier - and would also make your figures more reusable > (for e.g. presentations).
The solution from Alex might work, but not being optimal in saving space, in particular if you can share axis. The labels (a),(b),... can be inserted in the figures with a.text(x,y,'(a)', ... ). I know that some journals want them in the figure and not made with latex, so you probably have to rerun your script with the text added. If you want to make a unique figure you can try to declare the axis directly, insead of using subplot, and play with the rect keyword: http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.axes . You can also play with gridspec (http://matplotlib.sourceforge.net/users/gridspec.html), but I've never used myself Cheers, Francesco ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users