Graph displayΒΆ
Structural graphs typically are too large to be inspected as numerical arrays. The Plotter
class allows visualization of a bipartite graph in two ways.
PlotDM()
- This method converts the graph into a temporaryDiagnosisModel
object (fromFault Diagnosis Tooblox
) and uses itsPlotDM()
method to present the fine Dulmage-Mendelson decomposition of the system graph.plotDot(graphName,compile)
- This method exports the graph structure into a file written in thedot
language of the GraphViz package. If thecompile
argument is true (by default), then it also runs thedot
compiler onto the file and exports a PostScript image in the model description directory.