serhii.net

In the middle of the desert you can say anything you want

01 Apr 2021

Day 821

Interactive mode matplotlib

According to the docu it should be this, not working for me:

plt.ion()

Somehow it magically worked before without any changes from my side actually. Anyway, this1 worked:

import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt
Nel mezzo del deserto posso dire tutto quello che voglio.