增加gnuplot输出的宽度和高度

Cus*_*usy 5 height gnuplot width

我要将180000点绘制成一个EPS文件.使用标准gnuplot输出尺寸点彼此太靠近,这使得它们无法区分.有没有办法增加图像的宽度和高度?

and*_*ras 6

是.

set terminal epscairo enhanced color size 100in,100in font "Arial,100"
Run Code Online (Sandbox Code Playgroud)

这将使(例如)一个100英寸乘100英寸大字体的.eps.你可以输入

help terminal pdfcairo
Run Code Online (Sandbox Code Playgroud)

在gnuplot命令行中获取更多信息.