// プロットするサンプル座標値配列を用意 int pointN = 30; // 座標点数 float xData[pointN]; // 各点のX座標を格納する配列 float yData[pointN]; // 各点のY座標を格納する配列