답변1
이것은 예이다줌/원 크기 증가엑스값이 더 커집니다.
샘플 input.dat
파일 콘텐츠(열 2개 포함):
1 1
1 2
2 3
2 4
3 3
4 3
5 4
6 4
7 7
8 4
8 5
9 5
대화형 모드에서 명령줄을 통해:
$ gnuplot
gnuplot> set style fill transparent solid .5 noborder
gnuplot> set xrange [0:GPVAL_DATA_X_MAX]
gnuplot> set yrange [0:GPVAL_DATA_Y_MAX]
gnuplot> plot "input.dat" u 1:2:(.03*($1)) w circles lc rgb "blue"