Skip to content

PythonQwt 0.7.0

Compare
Choose a tag to compare
@PierreRaybaut PierreRaybaut released this 17 Aug 17:23
· 237 commits to master since this release

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: