Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 08c3341bf744f643a186f7f70e7fdc57 > files > 39

python-qwt-5.2.0-6.mga4.x86_64.rpm

#!/usr/bin/env python

from PyQt4.Qt import QApplication
from PyQt4.Qwt5.qplt import *


def make():
    return testPlot(), testIPlot()

# make()

def main(args):
    app = QApplication(args)
    demo = make()
    sys.exit(app.exec_())

# main()

# Admire!
if __name__ == '__main__':
    main(sys.argv)

# Local Variables: ***
# mode: python ***
# End: ***