I am plotting some data using pylab and everything works perfect as I expect. I have 6 different graphs to plot and I can individually plot them in separate figures. But when I try to subplot()
these graphs, the last one (subplot(3,2,6))
doesn't show anything.
What confuses me is that this 6th graph is drawn perfectly when put in a separate figure but not in the subplot - with identical configurations.
Any ideas what may be causing the problem ?