From: John H. <jdh...@ac...> - 2005-12-10 18:33:58
|
>>>>> "Philip" == Philip Austin <pa...@eo...> writes: Philip> Matlab has a useful contributed function called suptitle.m Philip> that puts a central title above a set of subplots: Philip> http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=3233&objectType=file Philip> I'm planning to do a port for matplotlib, but wanted to Philip> check first to see if it's a solved problem -- best, Phil I believe this is equivalent to something like fig.text(0.5, 0.9, 'some text') where fig is a Figure instance. See http://matplotlib.sf.net/matplotlib.figure.html#Figure-text Exposing subtitle as a pylab function which wraps this functionality is fine by me. JDH Philip> ------------------------------------------------------- Philip> This SF.net email is sponsored by: Splunk Inc. Do you grep Philip> through log files for problems? Stop! Download the new Philip> AJAX search engine that makes searching your log files as Philip> easy as surfing the web. DOWNLOAD SPLUNK! Philip> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click Philip> _______________________________________________ Philip> Matplotlib-devel mailing list Philip> Mat...@li... Philip> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |