Skip to content

make self-loop edges curved (included in PR #186) - #184

Closed
hdavid16 wants to merge 9 commits into
JuliaGraphs:masterfrom
hdavid16:self-loops-curve
Closed

make self-loop edges curved (included in PR #186)#184
hdavid16 wants to merge 9 commits into
JuliaGraphs:masterfrom
hdavid16:self-loops-curve

Conversation

@hdavid16

Copy link
Copy Markdown
Contributor

behavior is regardless of the linetype

Fix#160

-Allow add title
-Set title color and size
-Set font family for entire plot
-Remove unneded Compose objects (the ones with `nothing` as the arg)
behavior is regardless of the linetype
Multiple dispatch was messing up because types were not specified for spring layout and `kws` not preceeded by `;`
@codecov

codecovBot commented Aug 5, 2022

Copy link
Copy Markdown

Codecov Report

Merging #184 (d2e7f22) into master (52f4aae) will increase coverage by 0.18%.
The diff coverage is 52.27%.

@@ Coverage Diff @@## master #184 +/- ##
==========================================
+ Coverage 32.92% 33.10% +0.18% 
==========================================
Files 9 9 Lines 565 589 +24 ==========================================
+ Hits 186 195 +9 - Misses 379 394 +15 
Impacted FilesCoverage Δ
src/GraphPlot.jl100.00% <ø> (ø)
src/layout.jl48.42% <16.66%> (ø)
src/lines.jl51.87% <50.00%> (-0.36%)⬇️
src/plot.jl60.00% <87.50%> (-2.64%)⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@hdavid16hdavid16 mentioned this pull request Aug 5, 2022
@hdavid16hdavid16 changed the title make self-loop edges curvedmake self-loop edges curved (included in PR #186)Aug 5, 2022
@hdavid16
hdavid16 deleted the self-loops-curve branch February 10, 2023 03:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node connected to itself with default lifestyle looks not great.

1 participant

@hdavid16