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

curvature to the lines between nodes #56

Open
Batis007 opened this issue Sep 14, 2020 · 2 comments
Open

curvature to the lines between nodes #56

Batis007 opened this issue Sep 14, 2020 · 2 comments

Comments

@Batis007
Copy link

Batis007 commented Sep 14, 2020

Hello,

I have been testing your example (https://plotly.com/r/network-graphs/) and everything works perfectly.
However it would be nice to add some curvature to the lines between nodes (similar to other edge bundling plots)
I have a big dataset (+700 nodes) and some angle to curve the lines would make it easy to visualize the plot.
But I'm not sure how can be done with plotly?
newplot(1)
Best regards,

@nicolaskruchten
Copy link
Contributor

If you're looking for something like edge bundling then unfortunately there's no automatic way do this with Plotly at the moment :)

@Batis007
Copy link
Author

Okay my ideia was to use a function created here (https://insileco.github.io/2018/02/21/hierarchical-edge-bundling-using-base-plot/) as a non-static object just for the "curve lines" in the layout function and then use the plot_ly() only for the nodes is that possible? I see that Error in UseMethod("layout") : no applicable method for 'layout' applied to an object of class "NULL"
If that could be possible. Each class should I transform my object?

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

2 participants