# All custom titles and auxiliary info are placed onto the figure directly (fig.text) in relative coordinates
#
fig.text(0.5,0.02,'Simulated - Observed %s [%s]\nData from %s to %s'%(species,units,pydates[0].strftime('%d-%b-%Y'),pydates[-1].strftime('%d-%b-%Y')),horizontalalignment='center',fontsize=fontsize-1)
fig.text(0.5,0.02,'Simulated - Observed %s [%s]\nData from %s to %s'%(species,units,pydates[0].strftime('%d-%b-%Y'),pydates[-1].strftime('%d-%b-%Y')),horizontalalignment='center',fontsize=fontsize)