graphplot 0.5.0

Efficient graph visualization tool for large graphs and networks. Generates high-quality SVG plots, supporting advanced layouts, graphics and mathematical notation via Typst.
Documentation
{
  "background-color": "#161b22",
  "background-opacity": 1.0,
  "fullscreen": true,
  "edge": {
    "background-color": "#1e2229",
    "background-opacity": 1.0,
    "border-radius": 1.0,
    "margin": 1.0,
    "padding": 1.0,
    "font": {
      "attributes": {},
      "anchor": "start",
      "color": "#d2d7df",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 6.0
    },
    "labelfont": {
      "attributes": {},
      "anchor": "start",
      "color": "#d2d7df",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 6.0
    },
    "frame": {
      "attributes": {},
      "color": "#3e444c",
      "enabled": false,
      "opacity": 0.5,
      "thickness": 0.5
    },
    "line": {
      "arrowsize": 5.0,
      "attributes": {},
      "color": "#3e444c",
      "opacity": 1.0,
      "thickness": 0.6
    }
  },
  "edge-highlighted": {
    "background-color": "#2b2928",
    "background-opacity": 1.0,
    "border-radius": 1.0,
    "margin": 1.0,
    "padding": 1.0,
    "font": {
      "attributes": {},
      "anchor": "start",
      "color": "#eaa15f",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 6.0
    },
    "labelfont": {
      "attributes": {},
      "anchor": "start",
      "color": "#eaa15f",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 6.0
    },
    "frame": {
      "attributes": {},
      "color": "#eaa15f",
      "enabled": false,
      "opacity": 0.5,
      "thickness": 0.5
    },
    "line": {
      "arrowsize": 5.0,
      "attributes": {},
      "color": "#eaa15f",
      "opacity": 1.0,
      "thickness": 0.6
    }
  },
  "graph": {
    "background-color": "#161b22",
    "background-opacity": 1.0,
    "border-radius": 3.0,
    "margin": 20.0,
    "padding": 20.0,
    "font": {
      "attributes": {},
      "anchor": "middle",
      "color": "#f4f4f4",
      "family": "IBM Plex Mono",
      "opacity": 0.9,
      "size": 10.0
    },
    "frame": {
      "attributes": {},
      "color": "#3e444c",
      "enabled": false,
      "opacity": 0.9,
      "thickness": 0.6
    }
  },
  "node": {
    "background-color": "#272c35",
    "background-opacity": 1.0,
    "border-radius": 2.0,
    "margin": 0.0,
    "padding": 4.0,
    "font": {
      "attributes": {},
      "anchor": "middle",
      "color": "#d2d7df",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 7.0
    },
    "labelfont": {
      "attributes": {},
      "anchor": "start",
      "color": "#d2d7df",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 7.0
    },
    "frame": {
      "attributes": {},
      "color": "#3e444c",
      "enabled": true,
      "opacity": 1.0,
      "thickness": 0.5
    }
  },
  "node-highlighted": {
    "background-color": "#8f6d4d",
    "background-opacity": 1.0,
    "border-radius": 2.0,
    "margin": 0.0,
    "padding": 4.0,
    "font": {
      "attributes": {},
      "anchor": "middle",
      "color": "#f1f6fb",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 7.0
    },
    "labelfont": {
      "attributes": {},
      "anchor": "start",
      "color": "#eaa15f",
      "family": "IBM Plex Mono",
      "opacity": 1.0,
      "size": 7.0
    },
    "frame": {
      "attributes": {},
      "color": "#eaa15f",
      "enabled": true,
      "opacity": 1.0,
      "thickness": 0.5
    }
  },
  "subgraph": {
    "background-color": "#272c35",
    "background-opacity": 0.7,
    "border-radius": 3.0,
    "margin": 15.0,
    "padding": 15.0,
    "font": {
      "attributes": {},
      "anchor": "middle",
      "color": "#d2d7df",
      "family": "IBM Plex Mono",
      "opacity": 0.9,
      "size": 8.0
    },
    "frame": {
      "attributes": {},
      "color": "#3e444c",
      "enabled": false,
      "opacity": 0.9,
      "thickness": 0.6
    }
  },
  "utils": {
    "defs": [],
    "webfonts": [
      "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700"
    ]
  }
}