itm.grid.plot - Plotting grids and data with matplotlib

This module provides some limited functionality for plotting grids and data with matplotlib.

itm.grid.plot.Plot2d - 2-dimensional plots

Detailed class documentation for itm.grid.plot.Plot2d

class itm.grid.plot.Plot2d(grid, figure=None)[source]
PLOT_GRID = 1
PLOT_NODE_LABELS = 2
PLOT_EDGE_LABELS = 4
PLOT_CELL_LABELS = 8
__init__(grid, figure=None)[source]
plot_grid_for_class(cls)[source]
plot_subgrid(sgindex, mode=1)[source]
plot_subgrid_object(sg, mode=1)
plot_patch(data, cmap=None, norm=None)[source]
__module__ = 'itm.grid.plot'