Re: [Matplotlib-users] figure legend overlapping with the axes title

2009-01-04 Thread John Hunter
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

[Matplotlib-users] figure legend overlapping with the axes title

2009-01-04 Thread Nitin Bhide
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