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:

_images/__init__.png

Curve plotting

Basic curve plotting

_images/plot.png

Computations on curves

_images/computations.png

Curve fitting

_images/fit.png

Image visualization

Image contrast adjustment

_images/contrast.png

Image cross-sections

_images/cross_section.png

Transformable images

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

_images/transform.png

Image rectangular filter

_images/imagefilter.png

Histograms

2-D histogram

_images/hist2d.png

Other examples

Dot Array Demo

_images/dotarraydemo.png

Image plot tools

_images/image_plot_tools.png

Real-time Mandelbrot plotting

_images/mandelbrot.png

Simple application

_images/simple_window.png