|
From: Kirill L. <ki...@la...> - 2004-06-08 03:10:12
|
Barry Drake wrote:
>I've recently returned to Matplotlib and Scipy (and
>happy to be back!!!). I had the same problem and
>solved it by putting the lines
>
>import matplotlib
>matplotlib.use('WXAgg')
>
>before the usual import
>
>from matplotlib.matlab import *
>
>
Barry, thanks a lot for your input, however I did try WXAgg, as well as
WX and TkAgg and none of them works for me. One thing I forgot to
mention in my previous e-mail though. I am using interactive mode. I
just tried the same experiment in non-interactive mode, and WX works
fine. However we are mostly interested in interactive mode, because we
mostly use plotting for debugging purposes.
--Kirill
|