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
Hello!
I am using ggraph to actually produce an hive plot on two axis.
I can succesfully produce the plot, but it's unclear to me how to split the individual axis to show the connections within each of them.
Using the parameter "split.axis='all' leads to the parameter being unrecognized both in ggraph() and geom_axis_hive().
Is there something else that should be passed to geom_axis_hive()? The only thing I could find in the docs is in the "layout_tbl_graph_hive" section, where one could read:
split.axes
Should axes be split to show edges between nodes on the same axis? One of:
'none'
Do not split axes and show in-between edges
'loops'
Only split axes that contain in-between edges
'all'
Split all axes
Thanks in advance for any help
The text was updated successfully, but these errors were encountered:
Hello!
I am using ggraph to actually produce an hive plot on two axis.
I can succesfully produce the plot, but it's unclear to me how to split the individual axis to show the connections within each of them.
Using the parameter "split.axis='all' leads to the parameter being unrecognized both in ggraph() and geom_axis_hive().
Is there something else that should be passed to geom_axis_hive()? The only thing I could find in the docs is in the "layout_tbl_graph_hive" section, where one could read:
split.axes
Should axes be split to show edges between nodes on the same axis? One of:
'none'
Do not split axes and show in-between edges
'loops'
Only split axes that contain in-between edges
'all'
Split all axes
Thanks in advance for any help
The text was updated successfully, but these errors were encountered: