摘要: gnuplot柱状堆叠图 reference url 1 reference url 2 reference url 3 set term dumb set style data histogram set style histogram rowstacked set yrange [0:200] 阅读全文
posted @ 2022-01-17 22:43 MOVIT 阅读(216) 评论(0) 推荐(0)
摘要: gnuplot运行方式 terminal terminal下输入gnuplot,进入command line interact 单行命令模式 gnuplot -p -e ‘command1;command2; plot function’ 脚本模式 gnuplot -p /path_to_scrip 阅读全文
posted @ 2022-01-17 22:12 MOVIT 阅读(132) 评论(0) 推荐(0)