-
Notifications
You must be signed in to change notification settings - Fork 23
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
handle overlapping nlabels
#131
Comments
The layouts are very different. How are you setting the node x-y coordinates in Gadfly? Also, I don't see node K2HPO4 in your bottom plot. |
This would probably also involve an improvement on Makie's end. I tried to implement a |
oh, I pre-computed the layout from @asinghvi17 yes, would be very useful for if only the text were spheres; then |
I'd expect you would not get as ugly of an overlap if the nodes were distributed as in your gadfly plot. |
You mean a new alignment option |
Yep, something like that. Text is laid out in screen space in any case, so it's not too difficult to do. In terms of zoom level - we would have to recompute whenever axis limits change. |
[feature request]
I have a graph with many nodes. can't show all node labels with
nlabels
without some ugly overlap.but Gadfly does it nicely with their
Geom.label
. would be awesome ifGraphMakie.jl
could do this. their code for this is here. showingGraphMakie
vsGadfly
below.The text was updated successfully, but these errors were encountered: