On Sun, Jan 4, 2009 at 10:27 AM, Nitin Bhide wrote:
> I am using figure.legend function to create a legend. See the code line below.
>
> legend = fig.legend(ax.get_lines(), labellist, ncol=4, loc='upper center',
> prop=fontprop)
>
> However, using the loc='upper center' where legend overlapps the
I am using figure.legend function to create a legend. See the code line below.
legend = fig.legend(ax.get_lines(), labellist, ncol=4, loc='upper center',
prop=fontprop)
However, using the loc='upper center' where legend overlapps the axes title. I
also tried the setting loc='lower center'. In t