On 2013/08/08 12:33 AM, bruno.pace wrote:
> Hey all!
>
> I have been using interactive mode inside classes for a long time, but now
> I'm just trying to use it in a Shell (idle or even in terminal) and it's not
> working.
>
> I try even simple stuff like:
>
> import matplotlib.pyplot as plt
>
> plt
Hey all!
I have been using interactive mode inside classes for a long time, but now
I'm just trying to use it in a Shell (idle or even in terminal) and it's not
working.
I try even simple stuff like:
import matplotlib.pyplot as plt
plt.ion()
plt.plot([1.6,2.7])
plt.draw()
I have found in a to