A lot of examples are available in the plotpy.tests test module
from plotpy.tests import run run()
The two lines above execute the test launcher:
.. literalinclude:: ../../plotpy/tests/items/test_curve.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/features/test_computations.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/features/test_fit.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/features/test_contrast.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/tools/test_cross_section.py :start-after: guitest:
Affine transforms example on 3000x3000 images (real-time transforms):
.. literalinclude:: ../../plotpy/tests/items/test_transform.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/features/test_imagefilter.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/items/test_hist2d.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/widgets/test_dotarraydemo.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/tools/test_image_plot_tools.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/items/test_mandelbrot.py :start-after: guitest:
.. literalinclude:: ../../plotpy/tests/widgets/test_simple_window.py :start-after: guitest:












