// Import the "Graph3D" library to control RINEARN Graph 3D import tool.Graph3D; // Launch RINEARN Graph 3D and obtain its ID (x position, y position, width, height, title) int graphID = newGraph3D(0, 0, 700, 700, "Graph");