如何在gnuplot中更改磅值,形状和颜色.
plot "./points.dat" using 1:2 title with dots
我使用上面的命令绘制图形,但它显示非常小的点.
我试着用命令
set pointsize 20
但仍然点大小相同.
gnuplot
gnuplot ×1