Re: [Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-12-01 Thread Emin.shopper Martinian.shopper
Dear Nicolas, Thank you very much for your suggestion. I can now use matplotlib and pylab in non-interactive mode in emacs, which makes me very happy. The only thing that would make me even happier is if I could use matplotlib/pylab in interative mode through emacs :). That's probably a longer t

Re: [Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-11-27 Thread Nicolas Grilly
I'm not sure, but I guess you should make matplotlib.interactive(False) and matplotlib.use('PS') BEFORE importing pylab. Nicolas Grilly On 11/16/06, Emin.shopper Martinian.shopper <[EMAIL PROTECTED]> wrote: > Whenever I try to use matplotlib from a python session inside emacs, python > freezes. W

[Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-11-27 Thread Emin.shopper Martinian.shopper
Whenever I try to use matplotlib from a python session inside emacs, python freezes. What I do is start GNU Emacs version 21.1.3 for Windows, do ESC-x shell and enter the commands shown below. Note that I set the backend to PS and interactive to false, but my python interpreter still freezes. I su