First of all, before you save the vi do following:
- right-click the graph, data operations, clear graph.
- right-click the graph, data operations, make current value default.
During running, you can clear the graph programmically by writing empty arrays (arrays with length 0), in the format that is needed, to the x-y graph.
Hope this helps,