Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在交互模式下,gnuplot 会记住当前绘图的所有设置。当我输入“replot”时,它知道该怎么做。那么,有没有办法将所有当前设置转储到脚本文件中?
见save命令。
save
您可以按如下方式使用它:
save "My_stuff_goes_to_this_file.txt"
这是文档的(小)摘录:
该save命令将用户定义的函数、变量、set term状态、所有set选项或所有这些以及最后一个plot ( splot) 命令保存到指定文件。 语法:save {option} 'filename'
该save命令将用户定义的函数、变量、set term状态、所有set选项或所有这些以及最后一个plot ( splot) 命令保存到指定文件。
set term
set
plot
splot
语法:save {option} 'filename'