-
Notifications
You must be signed in to change notification settings - Fork 632
quick implementation of most of ggraph/ggforce #1326
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
Conversation
gvdr
commented
Jan 23, 2020
Was this PR ever considered? What's the situation now?
@danton267 would you mind filing an issue requesting this feature? Having some {ggraph}
/{ggforce}
support would have a much higher ROI compared to some of the other extensions you've requested https://github.com/plotly/plotly.R/issues/created_by/danton267
61c0e42
to
735caa4
Compare
@cpsievert I will happily work on some of the geoms
@moutikabdessabour it'd be great if you could also look into converting {ggraph}
based treemaps, so that we can avoid the potential licensing issues with converting {treemapify}
#2051
@cpsievert currently implementing ggraph's GeomAxisHive
. Once I will finish I will move forward to ggraph's treemaps
This comment has been minimized.
This comment has been minimized.
I implemented the ggraph's {treemap}
this is the one that's similar to {treemapify}
output.
Screen Shot 2021年11月03日 at 4 25 20 AM
Do you think I should go forward and implement all the examples found here?? https://www.data-imaginist.com/2017/ggraph-introduction-layouts/
Now all the hierarchical plots are supported.
EDIT:
I just noticed that you had some of the geoms implemented in this PR. so ggraph treemaps are supported in this PR too
EDIT 2:
I managed to get the desired output for ggraph::geom_axis_hive
. How can I push the changes? or do you want me to paste the code here.
Screen Shot 2021年11月03日 at 6 25 47 AM
Edit 3:
Managed to implement GeomMarkCircle
Screen Shot 2021年11月03日 at 7 40 07 AM
I was able to implement all the ggforce
geoms you put in the first comment.
@cpsievert how would I convert mm
to px
in plotly
? thanks again for your time.
cassandraxmah
commented
Oct 19, 2022
Hello @moutikabdessabour @cpsievert ! Thanks for your work - I am new to posting GitHub issues.
Out of the ggforce package, is it possible to implement the geom_GeomPathInterpolate()
so that the geom_link2()
will plot?
Thank you! And any workarounds appreciated :)
jamesdalg
commented
Jul 27, 2023
Just want to put in my two cents that this would be an incredible addition if it somehow passes checks one day.
Uh oh!
There was an error while loading. Please reload this page.
TODO:
GeomMarkCircle
/GeomMarkEllipsis
/GeomMarkHull
GeomAxisHive
(path + text?). For example, see https://github.com/thomasp85/ggraph/blob/8d23845/R/geom_axis_hive.R#L123-L142key
attributes.geom2trace()
level).