GraphPlot.jl
GraphPlot.jl copied to clipboard
Question: What is the point of `NODELABELSIZE` and other capitalized kwargs?
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.