Python update Matplotlib from threads
问题 I'm pretty new to the python world and unfortunately I could not find any solution to this yet. I'm running python 3.6 with matplotlib==1.3.1 on Mac OS X 10.13.2 Currently I'm trying to build a small software which fetches data at 4Hz and displays the fetched data in a plot at 1Hz. Therefore I created a class which runs in a thread to fetch the data and another class to update the actual plots. In-between there is a data class which will hold the data and is used as interface inbetween the