model (ConcreteModel) – Input model to plot sparsity structure of
incidence_kwds (dict, optional) – Config options for IncidenceGraphInterface
order (IncidenceOrder, optional) – Order in which to plot sparsity structure. Default is
IncidenceOrder.dulmage_mendelsohn_upper for a block-upper triangular
matrix. Set to IncidenceOrder.dulmage_mendelsohn_lower for a
block-lower triangular matrix.
highlight_coarse (bool, optional) – Whether to draw a rectangle around the coarse partition. Default True
highlight_fine (bool, optional) – Whether to draw a rectangle around the fine partition. Default True
skip_wellconstrained (bool, optional) – Whether to skip highlighting the well-constrained subsystem of the
coarse partition. Default False
ax (matplotlib.pyplot.Axes, optional) – Axes object on which to plot. If not provided, new figure
and axes are created.
linewidth (int, optional) – Line width of for rectangle used to highlight. Default 2
spy_kwds (dict, optional) – Keyword arguments for Axes.spy