668

LESSWRONG
LW

667
Causality
Frontpage

6

[ Question ]

Good software to draw and manipulate causal networks?

by J Bostock
2nd Sep 2021
1 min read
A
2
3

6

Causality
Frontpage

6

Good software to draw and manipulate causal networks?
5Ruby
1Vaughn Papenhausen
2Charlie Steiner
New Answer
New Comment

2 Answers sorted by
top scoring

Ruby

Sep 02, 2021

50

Maybe try yEd? https://www.yworks.com/products/yed
 

Add Comment

Vaughn Papenhausen

Sep 02, 2021

10

Two things I've come across. Haven't used either much, but figured I'd mention them:

  • https://app.diagrams.net/
  • https://mermaid-js.github.io/mermaid-live-editor/ (This one is more of a markdown-style syntax than a drawing tool, but I've linked to the live editor)
Add Comment
1 comment, sorted by
top scoring
Click to highlight new comments since: Today at 3:42 PM
[-]Charlie Steiner4y20

I don't know about drawing, but the inference problem is one of the things probabilistic programming languages (like Church or PyMC) are designed to solve - I wonder if anyone's tried to automate the generation of a diagram from a probabilistic model.

Reply
Moderation Log
More from J Bostock
View more
Curated and popular this week
A
2
1

I'm collecting my findings in a bunch of ageing-related systems. These consist of a bunch of networks with arrows pointing to things. What's making it difficult is the lack of a software to do this in. (Would need to have a system of nodes, directed arrows and those flat-headed arrows, and be reasonably user-friendly) Anyone use something like this themselves?