8月
02
PHP实现gnuplot api
基本信息 代码 https://github.com/annProg/chart 功能 接受gnuplot命令,返回图片 参数说明 cht=gnuplot gnuplot使用gnuplot(graphviz使用gv) chl= gnuplot命令(目前只支持png格式,即 set term gif等无效) 演示 … Continue reading
基本信息 代码 https://github.com/annProg/chart 功能 接受gnuplot命令,返回图片 参数说明 cht=gnuplot gnuplot使用gnuplot(graphviz使用gv) chl= gnuplot命令(目前只支持png格式,即 set term gif等无效) 演示 … Continue reading
设置输出 输出格式 gnuplot> help term Gnuplot supports a large number of output formats. These are selected by choosing an appropriate terminal type, possibly with additional m … Continue reading
前些天发现就业网公布了14届毕业生去向统计表,刚好想学gnuplot,心血来潮要把统计表做成图片。 xls转csv 首先要做的是将xls格式转换成便于脚本处理的csv格式。一开始使用excel另存。后来发现Linux上有可用的工具(可惜没成功,貌似是编码的问题,这里仅记录一下软件安装)。添加epel源后可用直接安装。 epel详见http … Continue reading