Closed
Description
Hi,
I have detected that if I do a plot with plt.show(), the figure appears. If I use plt.ion() in order to do not use always show, I do not see anything. Example:
import matplotlib.pyplot as plt
plt.plot(x)
plt.show() #=> ok
plt.ion()
plt.plot(x) #=> fail
Thanks for all and congratulation for this new version.
Metadata
Metadata
Assignees
Labels
No labels