import com.rinearn.graph2d.RinearnGraph2D; public class Sample2 { public static void main(String[] args) { // 座標値データの用意 int n = 101; double[] x = new double[n]; double[] y = new double[n]; for(int i=0; i