pymor.discretizers.builtin.gui.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.matplotlib.Matplotlib1DWidget(U, parent, grid, count, vmin=None, vmax=None, legend=None, codim=1, separate_plots=False, 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, ind)[source]
class pymor.discretizers.builtin.gui.matplotlib.MatplotlibPatchWidget(parent, grid, bounding_box=None, vmin=None, vmax=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]