You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that these are used for converting from relative sizes to absolute sizes. Why not just use absolute sizes in the first place? I think having two keyargs with the same name but different capitalization is just redundant and sometimes confusing.
I can put together a PR that switches to just absolute sizes if desired.
The text was updated successfully, but these errors were encountered:
hdavid16
added a commit
to hdavid16/GraphPlot.jl
that referenced
this issue
Jul 27, 2022
-breaking change: linetype changed from String to Symbol
-breaking change: default for edgelabel is nothing (not []) to make consistent with nodelabel default
-remove all caps args
-improve some of the code in gplot (use isnothing, etc.)
hdavid16
changed the title
Question: What is the point of NODELABELSIZE and NODELABELSIZE?
Question: What is the point of NODELABELSIZE and other capitalized kwargs?
Aug 2, 2022
I see that these are used for converting from relative sizes to absolute sizes. Why not just use absolute sizes in the first place? I think having two keyargs with the same name but different capitalization is just redundant and sometimes confusing.
I can put together a PR that switches to just absolute sizes if desired.
The text was updated successfully, but these errors were encountered: