Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split.axis in hiveplots #379

Open
Hoestaake opened this issue Dec 2, 2024 · 0 comments
Open

split.axis in hiveplots #379

Hoestaake opened this issue Dec 2, 2024 · 0 comments

Comments

@Hoestaake
Copy link

Hoestaake commented Dec 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant