Skip to content

The graph domain

Katherine Ye edited this page May 12, 2020 · 8 revisions

In the future, this page will contain info on reproducing example diagrams in the graph domain and on how to use graph-based layout for domains in general.

Info

Branch: https://github.com/penrose/penrose/pull/new/graph-layout

Issue: https://github.com/penrose/penrose/issues/319

Progress: Element/Sub/Sty files

Graph layout using a plugin

The plugin is Dagre.

Command: runpenrose comp-graph-domain/paper-example-graph.sub comp-graph-domain/comp-graph-plugin.sty comp-graph-domain/comp-graph.dsl

Substance programs

  • paper-example-graph.sub
  • dagre-simple.sub
  • dagre-example-graph.sub

Pure Penrose graph layout

Command: runpenrose comp-graph-domain/paper-example-graph.sub comp-graph-domain/comp-graph.sty comp-graph-domain/comp-graph.dsl

(Note: this is NOT graph-theory-domain, which is tracking something else that I don't remember)

Clone this wiki locally