[Matplotlib-users] title and legend in multiple plots

2007-01-23 Thread andrea zonca
Hi, i'm a newbie in matplotlib, I have a multiple plot, I have small titles for each subplot and I'd like to add a bigger title for all the figure and a legend to all the figure as well. If I set a title before subplotting it is deleted. Later I can set only titles to the subplots. Could someone pl

[Matplotlib-users] [newbie] show a specific figure instance

2006-12-21 Thread andrea zonca
Hi there, I'm new to matplotlib...here is the problem, probably trivial: I've 44 figures handles, and I want to show 1 only, how can I set show() to display one of this instances? if I call show() it opens all the 44 figures. I'm using matplotlib 0.87.7 on ipython 0.7.1 under ubuntu dapper thanks