You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to the issue with arrows and node in directed networks, labels and nodes often overlap. This requires that we take "node_size" into account when labelling nodes.
graphr(to_directed(ison_adolescents))
The text was updated successfully, but these errors were encountered:
@jhollway I am going through the open issues and I am wondering if we should close this issue since it was addressed in the recent changes related to how graphr() works? Thank you.
graphr(to_directed(ison_adolescents)) still overlaps labels with the nodes. I think this is because they are mapped to node centres before the node sizes are scaled up. Can the order of this procedure be altered so that node labels, at least as far as possible, appear beyond the borders of the nodes?
Similarly to the issue with arrows and node in directed networks, labels and nodes often overlap. This requires that we take "node_size" into account when labelling nodes.
graphr(to_directed(ison_adolescents))
The text was updated successfully, but these errors were encountered: