fall

package module
v0.0.0-...-47a3be7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2021 License: MIT Imports: 6 Imported by: 0

README

Fall

A fall graph visualizes directed acyclic graphs in a novel and comprehensible way.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LoopInDag = errors.New("Loop in inputed DAG, cannot make fall graph.")

Functions

func Dot

func Dot(w io.Writer, graph map[string][]string) error

Dot exports the graph format used elsewhere in this package in the DOT format, so the same input can be used for comparison with other programs' output.

func Svg

func Svg(w io.Writer, graph map[string][]string) error

func Text

func Text(w io.Writer, graph map[string][]string) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL