description of graph list (obsolete)
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.