[Matplotlib-users] 2nd Tk window from matplotlib

2009-01-04 Thread James Schombert
can anyone recommend the best method in which to open a 2nd Tk window from matplotlib? One where you might enter some data to be read by the main script in an interactive way. Current attempting an Tk commands will just reajust the plot window. J

[Matplotlib-users] Switching between different font settings

2009-01-04 Thread Johan Ekh
Hi all, I use Matplotlib and LaTeX to produce essentially two types of documents; technical reports for a large corporation and scientific papers. Thus, I use several LaTeX cls-files which uses different fonts. What is the most convenient way to get Matplotlib to use the same fonts as my main docu

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