-
Notifications
You must be signed in to change notification settings - Fork 10
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
Is it possible to use plot_hd_links to visualize differences of more than 2 groups within one plot? #14
Comments
Nvm I solved it :) I'll post the code here if someone will need it Here is the modified function with the extra argument position
And here's an example on how you use it
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey im looking to visualize differences between 5 groups in my plot, I noticed that the shifthd function does return the shift outputs for more than 2 groups. So the idea is to compare group1 -> group2 and then group2 -> group3, group3 -> group4 and so on. Would be amazing if theres an easy way to do that with the current implementation :)
The text was updated successfully, but these errors were encountered: