Skip to main content

export_svg

Function export_svg 

Source
pub fn export_svg(
    graph: &KnowledgeGraph,
    communities: &HashMap<usize, Vec<String>>,
    output_dir: &Path,
) -> Result<PathBuf>
Expand description

Export a simple static SVG with circular layout.