GiD_GraphSet create|current|delete|edit|exists|list
To create, delete or get postprocess graphs sets:
A graphset is a container of graphs sharing the same x, y axes
- create ?<graphset_name>?: creates a new graph set. If the name is not provided an automatic unused name is assigned. The name of the graph set is returned.
- current ?<graphset_name>?: get or set the current graph set. There is always a current graph set.
- delete <graphset_name>: deletes the graphset "graphset_name".
- edit <graphset_name> name|legend_location|title_visible <new_value> : modify the property of the graph set.
...