使用Android端uweb浏览器。
Termux提供了方便的软件包管理系统,缺省的uWeb地址栏功能配置需用到作图软件gnuplot。
安装gnuplot
- 安装uweb定制Termux应用(长按[PC]选择”Symbian”再刷新网页可直接下载)
https://pan.baidu.com/s/1WwQ9yhPlu95sFtttlzDXFA - Termux下运行以下命令:
apt update
apt upgrade
apt install gnuplot
配置文件/sdcard/uweb/cmds.txt如下:
命令:text/plain:%s
函数作图:image/svg+xml:gnuplot -e ‘set term svg;set output; plot %s’
函数作图(3d):image/svg+xml:gnuplot -e ‘set term svg;set output; splot %s’
超级计算器:text/html:echo “%s”|bc -l -q
长按uweb浏览器底部工具条刷新按钮弹出地址栏功能选择,选择“函数作图”,地址栏内输入函数如sin(x)**5就可显示函数图案。