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
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
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