JuliaGraphs / JuliaGraphs/GraphViz.jl
Does not seem to handle certain position related attributes
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 69
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
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

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided DOT snippet in the local Jupyter notebook and compare it with the PNG generated by GraphViz. Investigate how position-related attributes such as rankdir are handled; done means the notebook rendering matches the expected GraphViz output for the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100