Examples¶
The test launcher¶
A lot of examples are available in the guiqwt test module
from guiqwt import tests
tests.run()
The two lines above execute the guiqwt test launcher:

Curve plotting¶
Basic curve plotting¶

Computations on curves¶

Curve fitting¶

Image visualization¶
Image contrast adjustment¶

Image cross-sections¶

Transformable images¶
Affine transforms example on 3000x3000 images (real-time transforms):

Image rectangular filter¶

Histograms¶
2-D histogram¶

Other examples¶
Dot Array Demo¶

Image plot tools¶

Real-time Mandelbrot plotting¶

Simple application¶
