mirror of
https://github.com/Quodatum/graphxq.git
synced 2025-04-04 08:32:24 +01:00
Merge branch 'master' of https://github.com/Quodatum/graphxq
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Conflicts: README.md src/graphxq/data/samples/cluster.xml
This commit is contained in:
commit
24145e62db
2 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# graphxq
|
||||
<<<<<<< HEAD
|
||||
An interface to Graphviz for BaseX 9.5+
|
||||
=======
|
||||
An interface to Graphviz for BaseX 9.5.
|
||||
>>>>>>> branch 'master' of https://github.com/Quodatum/graphxq
|
||||
|
||||
## Local Install
|
||||
|
||||
|
|
9
src/graphxq/data/samples/cluster.xml
Normal file
9
src/graphxq/data/samples/cluster.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<graph xmlns="http://www.martin-loetzsch.de/DOTML" file-name="graphs/bgcolor" rankdir="LR" bgcolor="#80FF80">
|
||||
<node id="a"/>
|
||||
<cluster id="c1" bgcolor="#FF8080">
|
||||
<node id="b"/>
|
||||
<node id="c"/>
|
||||
<edge from="b" to="c"/>
|
||||
</cluster>
|
||||
<edge from="a" to="b"/>
|
||||
</graph>
|
Loading…
Add table
Reference in a new issue