摘要: # encoding: UTF-8 import sys,os import pyqtgraph as pg import datetime as dt import numpy as np import traceback from pyqtgraph.Qt import QtGui, QtCore from pyqtgraph.Point import Point ###########... 阅读全文
posted @ 2017-12-04 10:03 Pavilion 阅读(2893) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ In this example we draw two different kinds of histogram. """ from qtpy import QtWidgets, QtGui, QtCore from qtpy.QtWidgets import QApplication, QWidget import datetime a... 阅读全文
posted @ 2017-12-04 10:01 Pavilion 阅读(3119) 评论(0) 推荐(0) 编辑