Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to a sane way of generating graphviz files #21

Open
bradleyjkemp opened this issue Jan 26, 2018 · 1 comment
Open

Switch to a sane way of generating graphviz files #21

bradleyjkemp opened this issue Jan 26, 2018 · 1 comment
Milestone

Comments

@bradleyjkemp
Copy link
Owner

Currently this generates graphviz output directly using string concatenation and formatting. It would be much better to switch to something like https://github.com/gonum/gonum/blob/master/graph/formats/dot

@bradleyjkemp bradleyjkemp added this to the V1 milestone Jan 26, 2018
@bradleyjkemp
Copy link
Owner Author

bradleyjkemp commented Jan 31, 2018

https://github.com/awalterschulze/gographviz seems like the only viable choice

  • It's used by gorgonia so should be pretty stable
  • But doesn't directly support record types (still have to do string manipulation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant