7. pyopus.plotter — Threaded plotting support based on Matplotlib and PyQt5

Threaded plotting support based on Matplotlib and PyQt5

This module uses PyQt5.

It provides the basic plot window managemet that is performed in a separate thread so that MATLAB style plotting is possible in Python. The rendering is performed by Matplotlib on a PyQt canvas.

Because this module depends on Matplotlib and PyQt5 its members are not imported into the main PyOPUS module.

You can import the plotting interface as:

from pyopus.plotter import interface as pyopl