You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simply implementation of the python [Graphviz](https://github.com/xflr6/graphviz/tree/master/graphviz) library functionality in Scala.
4
+
5
+
6
+
It tries to keep the interface the same with the python [Graphviz](https://github.com/xflr6/graphviz/tree/master/graphviz) library, which facilitates the creation and rendering of graph descriptions inthe DOT_ language of the Graphviz_ graph drawing software (repo_) from Scala.
7
+
8
+
##Installation
9
+
10
+
To render the generated DOT source code, you also need to install [Graphviz](http://www.graphviz.org/Download.php).
11
+
12
+
Make sure that the directory containing the ``dot`` executable is on your
13
+
systems' path.
14
+
15
+
16
+
##Build
17
+
```bash
18
+
bash scripts/build.sh
19
+
```
20
+
21
+
##Run examples
22
+
```bash
23
+
bash scripts/run_all_examples.sh
24
+
```
25
+
26
+
##Quickstart
27
+
28
+
29
+
## Support
30
+
The following platforms are supported by this package:
0 commit comments