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¶
Classes¶
The canvas the figure renders into. |
- class pymor.discretizers.builtin.gui.matplotlib.MatplotlibAxesBase(figure, sync_timer, grid, U=None, vmin=None, vmax=None, codim=2, separate_axes=False, columns=2, aspect_ratio=1)[source]¶
- class pymor.discretizers.builtin.gui.matplotlib.MatplotlibPatchAxes(figure, grid, bounding_box=None, U=None, vmin=None, vmax=None, codim=2, columns=2, colorbar=True, sync_timer=None)[source]¶
Bases:
MatplotlibAxesBase
- class pymor.discretizers.builtin.gui.matplotlib.Matplotlib1DAxes(U, figure, grid, vmin=None, vmax=None, codim=1, separate_axes=False, sync_timer=None, columns=2, bounding_box=None)[source]¶
Bases:
MatplotlibAxesBase