···3030| `-n, --name <prefix>` | input filename | Output filename prefix |
3131| `--width <px>` | `1400` | PNG output width in pixels |
3232| `--title <title>` | `Polycule Map` | HTML page title |
3333+| `--legend` | off | Render relationship legend on SVG/PNG exports |
3434+| `--no-labels` | on | Hide edge label text on SVG/PNG exports |
3535+| `--no-names` | on | Hide node name labels on SVG/PNG exports |
33363437### Examples
3538···5053settings:
5154 theme: dark # dark | light
5255 nodeScale: uniform # uniform | connections (scales node size by number of relationships)
5656+ mainNode: alice # optional — this person is placed at the centre of the graph
53575458people:
5559 - id: alice # unique identifier used in relationships
···74787579| Type | Line style |
7680|---|---|
8181+| `primary_partner` | Solid thick, gold |
7782| `partner` | Solid, pink |
7883| `nesting_partner` | Double line, red |
7984| `anchor_partner` | Dashed thick, dark red |
···8388| `comet` | Long dash, grey |
8489| `friend` | Solid thin, light blue |
8590| `metamour` | Faint dotted, dark grey |
9191+| `tbd` | Dash-dot, grey |
86928793## Embedding in a website
8894···108114- **Click** a node to open an info panel with name, pronouns, and links
109115- **☀ Light / ☾ Dark** button — toggle theme
110116- **Legend** button — show/hide relationship type key
117117+- **Labels On/Off** button — toggle edge label text
118118+- **Names On/Off** button — toggle node name labels
111119- **⊡ Fit** button — fit the whole graph into view
112120113121## Development