Calculates xlim/ylim accounting for node radii, self-loop extents, and layout margin padding.
compute_plot_limits(
layout_mat,
vsize_usr,
layout_margin,
edges,
n_edges,
loop_rotations
)List with xlim and ylim.
Two-column layout matrix.
Node radii in user coordinates.
Fractional margin padding.
Edge data frame.
Number of edges.
Per-edge loop rotation angles.