Open
Description
Examples include attributes like rankdir
.
Versions of involved components used
- Julia v1.6.3
- GraphViz.jl v0.2.0
- IJulia v1.23.2
Snippet for replicating the problem.
digraph graphname {
rankdir="BT";
overlap=false;
a [shape="box",URL="https://www.google.com",label="Game",target="_blank"];
b [shape="box",URL="https://www.google.com"];
a -> b [minlen=10,taillabel = "taillabel"];
}
What is seen in the local jupyter notebook
What is see when using graphviz to generate a PNG from the same dot snippet
Metadata
Metadata
Assignees
Labels
No labels