rebuilding site Fri May 13 03:12:27 PM CST 2022
[uweb.git] / searchurl / script / gnuplot.sh
blob59f64e15604e1024c68ddf6f6c72c5b6aa97ddc3
1 pkg install gnuplot
2 (cat<<EOF ;cat /sdcard/uweb/default.acmd)|awk -F: '!s[$1]++'>a.tmp;mv a.tmp /sdcard/uweb/default.acmd
3 命令:text/plain:%s
4 函数作图:image/svg+xml:gnuplot -e 'set term svg;set output; plot %s'
5 函数作图(3d):image/svg+xml:gnuplot -e 'set term svg;set output; splot %s'
6 EOF