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