-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels