Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > bd70f6d32e1b4faed9479679ca660581 > files > 47

PyQwt-devel-5.2.0-10.fc14.i686.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: ***