Die Suche ergab 1 Treffer

von Wafeeq
Donnerstag 27. November 2014, 11:53
Forum: Allgemeine Fragen
Thema: matplotlib Plot Hangs during redraw.
Antworten: 1
Zugriffe: 899

matplotlib Plot Hangs during redraw.

Hi, I am plotting data comming from Serial port by using matplotlib plot function and actually I need to update plot with new data. Real time data updates the plot and it works fine but plot hangs if i click on the plot or I want to chang the zoom.

#!/usr/bin/python

from comctrl import *
import ...