Deploy App SDK
Bases: object
object
GraphFactory is an abstract class that provides a way to create a graph object.
Methods
__init__()
__init__
create(graph_type[, graph_params])
create
Creates a graph object.
Attributes
DEFAULT
NAMES
graph_type (str) – A type of the graph.
graph_params (Dict) – A dictionary of parameters of the graph.
A graph object.
Graph