回答編集履歴
2
説明の追記
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
> gnuplot上での軸を0<=x<=2、0<=y<=1と表示
|
2
2
|
|
3
3
|
[gnuplot: 2D plot of a matrix of data](https://stackoverflow.com/questions/32458753/gnuplot-2d-plot-of-a-matrix-of-data)
|
4
|
-
の例のように、1行目と1列目に座標を記入します
|
4
|
+
の例のように、データファイルの1行目と1列目に座標を記入します
|
5
5
|
一番左上(上記例では「4」)は、データの列数です
|
1
説明の追記
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
1
|
> gnuplot上での軸を0<=x<=2、0<=y<=1と表示
|
2
2
|
|
3
|
-
[gnuplot: 2D plot of a matrix of data](https://stackoverflow.com/questions/32458753/gnuplot-2d-plot-of-a-matrix-of-data)
|
3
|
+
[gnuplot: 2D plot of a matrix of data](https://stackoverflow.com/questions/32458753/gnuplot-2d-plot-of-a-matrix-of-data)
|
4
|
+
の例のように、1行目と1列目に座標を記入します
|
5
|
+
一番左上(上記例では「4」)は、データの列数です
|