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.
Methods