如何完全重置gnuplot? [英] how to completely reset gnuplot?

查看:62
本文介绍了如何完全重置gnuplot?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,有没有一种方法可以完全重置gnuplot,即在启动后使gnuplot处于相同状态?重置不会杀死变量或函数,未定义不能用作未定义*",因为第一个字符必须是字母.谢谢!

Hello Is there a way to completely reset gnuplot, ie taking gnuplot in the same state as just after launching it ? Reset does not kill the variables nor the functions, undefine cannot be used as "undefine *" since the first character has to be a letter. Thank you !

推荐答案

gnuplot> x=1
gnuplot> print x
1
gnuplot> reset session
gnuplot> print x
     undefined variable: x

这篇关于如何完全重置gnuplot?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆