linkDataGraph
¶
Module Contents¶
-
class
HowToPlotGraph
(attribute_x, attribute_y, kwargs_graph=None, excluded=None, exclusively=None, check_if_plot_elem=None)[source]¶
-
class
LinkDataGraph
[source]¶ -
-
get_idCollection_from_graph
(self, idGraph, idTrace, getMaster=True)[source]¶ From indices in the graph, get index of corresponding collection
-
get_collection_from_graph
(self, idGraph, idTrace, getMaster=True)[source]¶ From indices in the graph, get corresponding collection
-
remove_element_from_graph
(self, idGraph, idTrace, idPoint, deleteFromMaster=False)[source]¶ Remove element from the graph, or the master collection
-
remove_elements_from_trace
(self, idGraph, idTrace, idPoints, deleteFromMaster=False)[source]¶ Performances optimisation when compared to
LinkDataGraph.remove_element_from_graph()
-
link_collection_to_graph_collection
(self, id_collection_graph, id_collection_master)[source]¶ Link data :param id_collection_graph: :param id_collection_master: :return:
-