_d3js Initialize d3js plotting functions. plot ¶ Plot function. Source code in src/pathpyG/visualisations/_d3js/__init__.py 26 27 28def plot(data: dict, kind: str = "network", **kwargs: Any) -> Any: """Plot function.""" return PLOT_CLASSES[kind](data, **kwargs)