|
From: Benjamin R. <ben...@ou...> - 2013-10-03 14:46:19
|
On Thu, Oct 3, 2013 at 9:22 AM, ajdcds <aj...@ho...> wrote:
> Benjamin, thank you very much for the tip!
>
> If I do
>
> import matplotlib
> matplotlib.use("TkAgg")
>
> This is only valid for the current script that is running, the matplotlibrc
> remains the same, right?
>
>
Yes, that is correct.
|