JuliaGraphs / GraphPlot.jl

Graph visualization for Julia.
http://JuliaGraphs.github.io/GraphPlot.jl/
Other
200 stars 62 forks source link

Question: What is the point of `NODELABELSIZE` and other capitalized kwargs? #177

Open hdavid16 opened 1 year ago

hdavid16 commented 1 year ago

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.