thomasp85 / tidygraph

A tidy API for graph manipulation
https://tidygraph.data-imaginist.com
Other
543 stars 61 forks source link

Size aesthetic is deprecated for edges #177

Closed jdfoote closed 8 months ago

jdfoote commented 8 months ago

I keep getting the following:

Warning: Using the `size` aesthetic in this geom was deprecated in ggplot2 3.4.0.
i Please use `linewidth` in the `default_aes` field and elsewhere instead.

I apologize, because I haven't done the work to figure out when it appears or looking into a patch, but I wanted to get this out there. I'll try to find time to do some more debugging. I assume it has to do with edge width.

thomasp85 commented 8 months ago

this is a ggraph issue, not tidygraph. Closing here