// Launch the 2D graph int graph = newGraph2D(); // Plot the coordinate arrays on the 2D graph setGraph2DData(graph, xData, yData);