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
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