diff --git a/gnuplot/index.html b/gnuplot/index.html
index 980e3b4..54bffa4 100644
--- a/gnuplot/index.html
+++ b/gnuplot/index.html
@@ -100,7 +100,7 @@
- Post:2019-03-04 15:05:50
+ Post:2019-03-04 15:15:01
@@ -117,6 +117,7 @@
确保gnuplot正常运行, 在Termux提示符下,执行下面命令:
gnuplot -e ‘set term svg;set output; plot x’
屏幕输出应该为正常的svg文件(类似html文本)。
Termux应为uweb定制包,否则有一堆设定需要修改。
超微浏览器下长按窗口管理按钮,勾选“标准错误输出”。再次在地址栏执行画图操作,此时浏览器会显示出错信息。
+为保证地址栏输入函数符合gnuplot规范,首个测试函数建议为”x”,即整个地址栏内输入为”x”。