小编use*_*050的帖子

如何从perl调用gnuplot脚本

我有一个gnu.gp文件:

# grphist.conf
set terminal canvas
#Terminal type set to 'canvas'
#Options are ' solid butt size 600,400 fsize 10 lw 1 fontscale 1 standalone'
set output 'output.html'  

set grid
set xtic rotate by 90
set style data histograms
set style fill solid 1.00 border -1
#$ cat grphist.conf | gnuplot
plot "c_time"  using 2:xtic(1) title "time to number of UIDs"
Run Code Online (Sandbox Code Playgroud)

但是,我必须将它与perl脚本集成.

perl gnuplot

3
推荐指数
1
解决办法
5906
查看次数

标签 统计

gnuplot ×1

perl ×1