GiD_Graph clear|create|delete|edit|exists|get|hide|list|show
To create, delete or get postprocess graphs:
All commands accept an optional parameter <graphset_name>, else the current graphset is assumed.
- clear?<graphset_name>?: delete all graphs in GiD;
- create <graph_name> <label_x> <label_y> <x_values> <y_values> <x_unit> <y_unit> ?<graphset_name>?: creates the graph "graph_name" with the provided information, causing an error if the graph already exists: for instance the graph of the picture was created with
...