thomasp85 / ggraph

Grammar of Graph Graphics
https://ggraph.data-imaginist.com
Other
1.08k stars 116 forks source link

Scale color gradient for nodes #294

Closed mgree013 closed 2 years ago

mgree013 commented 3 years ago

I am attempting to scale the colour/color gradient of geom_node_points in ggraph but don't see any options in the ggraph package. The nodes are a continuous color gradient of the response variable and Im trying to set a limit on the colour gradient from 0 to 1, but when i set the limit all the nodes return as the same colour.

I've tried some workarounds from ggplot to no avail such as scale_color_gradientn and scale_color_viridis. Is there a way to do this? I'm happy to provide an example if that would be helpful

schochastics commented 2 years ago

@mgree013 still an issue? if so, happy to take a look if you provide an example