Symbols Graph

class SymbolsGraph

Bases: object

nodes_of_type(t)
Return type:

list[TypeVar(S, bound= Symbol)]

names2points(pnames, create_new_point=True)

Return Point objects given names.

Return type:

list[Point]

container_of(pnames, t)
Return type:

Optional[TypeVar(CircL, Circle, Line)]

new_node(oftype, name, dep=None)
Return type:

TypeVar(S, bound= Symbol)

line_thru_pair(p1, p2, table)
Return type:

Line

save_pyvis(path)