> There is a FAQ showing how to do this for tick labels using the > bounding boxes of the labels. You could do something similar with the > title bounding box > > http://matplotlib.sourceforge.net/doc/html/faq/howto_faq.html#how-do-i-automatically-make-room-for-my-tick-labels > > JDH >
Thank you very much for pointing me this out. I must confess I hadn't seen it. I am trying to modify the given snipplet so that it could work with something more general like : for label in fig.findobj(matplotlib.text.Text): Apart from the missing renderer exceptions that are raised, I can't figure out how to split the resulting union box into left, right, bottom, top as required by fig.subplots_adjust() If this is obvious, I am very sorry to be tiresome... Thanks a lot for your help. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users