network_plots
Network plots with d3js.
NetworkPlot
¶
Bases: pathpyG.visualisations._d3js.core.D3jsPlot
Network plot class for a static network.
Source code in src/pathpyG/visualisations/_d3js/network_plots.py
NpEncoder
¶
Bases: json.JSONEncoder
Encode np values to python for json export.
Source code in src/pathpyG/visualisations/_d3js/network_plots.py
StaticNetworkPlot
¶
Bases: pathpyG.visualisations._d3js.network_plots.NetworkPlot
Network plot class for a temporal network.
Source code in src/pathpyG/visualisations/_d3js/network_plots.py
TemporalNetworkPlot
¶
Bases: pathpyG.visualisations._d3js.network_plots.NetworkPlot
Network plot class for a temporal network.