graspologic/layouts/render.py [219:232]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    _draw_graph(
        graph=graph,
        positions=positions,
        node_colors=node_colors,
        vertex_line_width=vertex_line_width,
        vertex_alpha=vertex_alpha,
        edge_line_width=edge_line_width,
        edge_alpha=edge_alpha,
        figure_width=figure_width,
        figure_height=figure_height,
        vertex_shape=vertex_shape,
        arrows=arrows,
        dpi=dpi,
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



graspologic/layouts/render.py [299:312]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    _draw_graph(
        graph=graph,
        positions=positions,
        node_colors=node_colors,
        vertex_line_width=vertex_line_width,
        vertex_alpha=vertex_alpha,
        edge_line_width=edge_line_width,
        edge_alpha=edge_alpha,
        figure_width=figure_width,
        figure_height=figure_height,
        vertex_shape=vertex_shape,
        arrows=arrows,
        dpi=dpi,
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



