我正在尝试使用gnuplot v4.2设置wxt终端窗口的大小
gnuplot> set terminal wxt size 600,600
Terminal type set to 'wxt'
undefined variable: size
Run Code Online (Sandbox Code Playgroud)
更令人沮丧的是,wxt -geometry不像x11终端那样尊重旗帜.注意:我已经尝试过600,800,600x800两者都不起作用.
% gnuplot --version
gnuplot 4.2 patchlevel 4
Run Code Online (Sandbox Code Playgroud)