blog update

This commit is contained in:
James Feng Cao 2019-03-04 15:06:07 +08:00
parent e9a3b36fa4
commit a98ff33c2d
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
</div>
<div class="post-meta">
<span class="attr">Post<span>2019-03-04 15:02:55</span></span>
<span class="attr">Post<span>2019-03-04 15:05:50</span></span>
@ -114,7 +114,7 @@
<p>长按uweb浏览器底部工具条刷新按钮弹出地址栏功能选择选择“函数作图”地址栏内输入函数如sin(x)**5就可显示函数图案。</p>
<h4 id="常见问题及诊断"><a href="#常见问题及诊断" class="headerlink" title="常见问题及诊断"></a>常见问题及诊断</h4><ul>
<li>确保gnuplot正确安装在Termux提示符下敲入gnuplot,然后回车保证出现”gnuplot&gt;”。</li>
<li>确保gnuplot正常运行, 在Termux提示符下执行下面命令<br><code><br>gnuplot -e set term svg;set output; plot x<br></code><br>屏幕输出应该为正常的svg文件类似html文本</li>
<li>确保gnuplot正常运行, 在Termux提示符下执行下面命令<br><code>gnuplot -e set term svg;set output; plot x</code><br>屏幕输出应该为正常的svg文件类似html文本</li>
<li>Termux应为uweb定制包否则有一堆设定需要修改。</li>
<li>超微浏览器下长按窗口管理按钮,勾选“标准错误输出”。再次在地址栏执行画图操作,此时浏览器会显示出错信息。</li>
</ul>