Skip to content

Instantly share code, notes, and snippets.

View vobject's full-sized avatar

Volker Schneider vobject

View GitHub Profile
@friendzis
friendzis / TimePlot.py
Created May 7, 2014 11:19
Simple implementation of TimeAxisItem and test program
from pyqtgraph.Qt import QtGui, QtCore
import numpy as np
import pyqtgraph as pg
from PySide.QtCore import QTime, QTimer
from collections import deque
t = QTime()
t.start()
data = deque(maxlen=20)