<< glist Graphs handling load_graph >>

metanet >> metanet > Graphs handling > graph-list

graph-list

description of graph list (obsolete)

Description

A graph in Scilab-4.x was represented by a Scilab typed list called "graph list". This data structure as been replaced by a more structured and flexible one (see graph_data_structure). The function update_graph can be used to translate old graph data structure to the new one. The load_graph function automatically apply the transformation if the file contains an old data structure.


<< glist Graphs handling load_graph >>