JuliaGraphs / JuliaGraphs/GraphViz.jl

Does not seem to handle certain position related attributes

Open
#38 6 comments 1 reaction 0 assignees View on GitHub

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

251221151818

What is see when using graphviz to generate a PNG from the same dot snippet

test

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.