gnuplot 使用
gnuplot 使用
gnuplot 读取数据文件时,会自动忽略中含
#
的行;有 print 命令常用命令
1 | gnuplot # 进入交互式绘图 |
- 图例设置
1 | set key ... |
- 输出格式
1 | set terminal ... |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Seek Another Land!
gnuplot 读取数据文件时,会自动忽略中含 #
的行;有 print 命令
常用命令
1 | gnuplot # 进入交互式绘图 |
1 | set key ... |
1 | set terminal ... |