PythonQwt 0.7.0
This release introduces the following features:
- a brand new test launcher,
- a new flat-style design,
- new convenience
make
functions to create rapidly plots, curves, markers, and so on (examples were updated to use those functions).
An overview of the new flat-style design:
It may not be visible, but a major code cleaning and code formatting effort was also achieved for this release, hence leading to:
- a more readable and easy to maintain source code base,
- a couple of bug fixes and optimizations.
To try the new test launcher, you may type python-qwt-tests
from the command line or run it directly from Python:
from qwt import tests
tests.run()
This will show the test launcher main window: