pymor.discretizers.builtin.gui.matplotlib_base

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_base.Matplotlib1DAxes(figure, grid, count, legend=None, codim=1, separate_plots=False, columns=2)[source]

Methods

set

set(U, vmin, vmax)[source]
class pymor.discretizers.builtin.gui.matplotlib_base.MatplotlibPatchAxes(ax, grid, bounding_box=None, codim=2)[source]

Methods

set

set(U, vmin, vmax)[source]