netlist_carpentry.core.graph.visualization
¶
A package for handling different kinds of graph visualization, from static representations (e.g. plots) to dynamic, interactive widgets/web representations.
Modules:
-
cytoscape–A wrapper module for Dash Cytoscape, handling the creation of cytoscape graph objects.
-
formatting–Module for handling graph formats, for customization of the graphical representation.
-
formatting_types–A bunch of TypedDicts and Type Aliases (related to graph formatting and visualization) for convenience and structure.
-
plotting–Module for graph visualization via plotting (WIP).
-
visualization_base–