pymor.discretizers.builtin.gui.qt.matplotlib

Visualization of grid data using matplotlib.

This module provides widgets for displaying plots of scalar data assigned to one- and two-dimensional grids using matplotlib. These widgets are not intended to be used directly.

Module Contents

class pymor.discretizers.builtin.gui.qt.matplotlib.Matplotlib1DWidget(U, parent, grid, count, legend=None, codim=1, separate_plots=False, columns=2, dpi=100)[source]

Bases: matplotlib.backends.backend_qt5agg.FigureCanvasQTAgg

The canvas the figure renders into.

figure `matplotlib.figure.Figure`[source]

A high-level figure instance.

Methods

set

set(U, vmin=None, vmax=None)[source]
class pymor.discretizers.builtin.gui.qt.matplotlib.MatplotlibPatchWidget(parent, grid, bounding_box=None, codim=2, dpi=100)[source]

Bases: matplotlib.backends.backend_qt5agg.FigureCanvasQTAgg

The canvas the figure renders into.

figure `matplotlib.figure.Figure`[source]

A high-level figure instance.

Methods

set

set(U, vmin=None, vmax=None)[source]