JuliaTeX / TikzGraphs.jl

This library generates graph layouts using the TikZ graph layout package.
Other
77 stars 18 forks source link

Switch to Graphs.jl instead of LightGraphs.jl #46

Closed simsurace closed 2 years ago

simsurace commented 2 years ago

Closes #45

codecov-commenter commented 2 years ago

Codecov Report

Merging #46 (8fc4057) into master (eaa18cc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           1        1           
  Lines          54       54           
=======================================
  Hits           45       45           
  Misses          9        9           
Flag Coverage Δ
unittests 83.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/TikzGraphs.jl 83.33% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eaa18cc...8fc4057. Read the comment docs.

tawheeler commented 2 years ago

Could we generate the figures in the ipynb? That way readers can see the output.

tawheeler commented 2 years ago

I updated the ipynb in #47. Sorry, I don't think I had permission to push to your branch.