Re: [O] my emacs hangs when using matplotlib with sessions

2012-08-19 Thread Petro
Hi Giacomo (and everybody) Have you found solution for this problem? Best Petro. [O] my emacs hangs when using matplotlib with sessions From: Giacomo M Subject: [O] my emacs hangs when using matplotlib with sessions Date: Tue, 3 Jul 2012 19:14:20 +0200 Dear all, let say

[O] my emacs hangs when using matplotlib with sessions

2012-07-03 Thread Giacomo M
Dear all, let say I have these lines: #+PROPERTY: session *py* #+PROPERTY: results output #+BEGIN_SRC python import matplotlib.pyplot as plt a=[1,2,3] #+END_SRC I execute the code block, no problem Then I execute this: #+BEGIN_SRC python plt.plot(a) #+END_SRC boom, emacs hangs result doesn't