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 believe this is because scale_edge_color_discrete() is an alias for scale_edge_colour_hue() and thus calls ggplot2::scale_colour_hue() instead of ggplot2::scale_colour_discrete()
I believe this is because
scale_edge_color_discrete()
is an alias forscale_edge_colour_hue()
and thus callsggplot2::scale_colour_hue()
instead ofggplot2::scale_colour_discrete()
ggraph/R/scale_edge_colour.R
Lines 23 to 27 in 9a0bfb1
I haven't checked if other scales have this problem of ignoring the ggplot2 options
The text was updated successfully, but these errors were encountered: