graspologic/layouts/render.py [159:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    graph: nx.Graph,
    positions: List[NodePosition],
    node_colors: Dict[Any, str],
    vertex_line_width: float = 0.01,
    vertex_alpha: float = 0.55,
    edge_line_width: float = 0.5,
    edge_alpha: float = 0.02,
    figure_width: float = 15.0,
    figure_height: float = 15.0,
    light_background: bool = True,
    vertex_shape: str = "o",
    arrows: bool = False,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



graspologic/layouts/render.py [240:251]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    graph: nx.Graph,
    positions: List[NodePosition],
    node_colors: Dict[Any, str],
    vertex_line_width: float = 0.01,
    vertex_alpha: float = 0.55,
    edge_line_width: float = 0.5,
    edge_alpha: float = 0.02,
    figure_width: float = 15.0,
    figure_height: float = 15.0,
    light_background: bool = True,
    vertex_shape: str = "o",
    arrows: bool = False,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



