Skip to content

sradigan/causemapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

causemapper

This project aims to create graphical maps from text based input for the cause mapping technique used for Root Cause Analysis developed by ThinkReliability.

Requirements

Usage

./genmap.py -f path/to/input/file.json | dot -Tps -o outfile.pdf
./genmap.py -f path/to/input/file.json -o output.gv
dot -Tps output.gv -o outfile.pdf

Why?

Drawing is tedious.

Where are the orthogonal lines?

Graphviz has not yet implemented support for "ports" with ortho splines, which is what is used to draw a line directly to the "content" block in the drawing.

Contributing

If you would like to contribute to this project, please fork it and make a pull request.

Example

Simple:

sample_outline

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages