uweb/gnuplot/index.html

171 lines
5.8 KiB
HTML
Raw Normal View History

2018-12-18 22:56:58 +00:00
<!DOCTYPE html>
<html lang="en">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keyword" content="">
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
<title>
2018-12-18 23:31:42 +00:00
利用浏览器地址栏对函数作图
2018-12-18 22:56:58 +00:00
</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="/uWeb/css/aircloud.css">
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
<!-- ga & ba script hoook -->
<script></script>
</head>
<body>
<div class="site-nav-toggle" id="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<div class="index-about">
<i> </i>
</div>
<div class="index-container">
<div class="index-left">
<div class="nav" id="nav">
<div class="contents" id="nav-content">
<ul>
2019-01-24 23:31:13 +00:00
<li>
<a href="/uWeb/">
2018-12-18 22:56:58 +00:00
<i class="iconfont icon-shouye1"></i>
2019-03-26 00:29:28 +00:00
<span>HOME</span>
2018-12-18 22:56:58 +00:00
</a>
</li>
2019-01-24 23:31:13 +00:00
<li>
<a href="/uWeb/tags">
2018-12-18 22:56:58 +00:00
<i class="iconfont icon-biaoqian1"></i>
2019-03-26 00:29:28 +00:00
<span>TAGS</span>
2019-01-24 09:50:57 +00:00
</a>
</li>
<li>
2019-01-24 23:31:13 +00:00
<a href="/uWeb/archives">
<i class="iconfont icon-guidang2"></i>
2019-03-26 00:29:28 +00:00
<span>ARCHIVES</span>
2018-12-18 22:56:58 +00:00
</a>
</li>
2019-01-24 23:31:13 +00:00
2018-12-18 22:56:58 +00:00
</ul>
</div>
2019-01-24 23:31:13 +00:00
<div id="toc" class="toc-article">
2019-03-04 07:04:48 +00:00
<ol class="toc"><li class="toc-item toc-level-4"><a class="toc-link" href="#安装gnuplot"><span class="toc-text">安装gnuplot</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#配置文件-sdcard-uweb-cmds-txt如下"><span class="toc-text">配置文件/sdcard/uweb/cmds.txt如下</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#常见问题及诊断"><span class="toc-text">常见问题及诊断</span></a></li></ol>
2019-01-24 23:31:13 +00:00
</div>
2018-12-18 22:56:58 +00:00
</div>
<div class="search-field" id="search-field">
<div class="search-container">
<div class="search-input">
<span id="esc-search"> <i class="icon-fanhui iconfont"></i></span>
2019-01-24 23:31:13 +00:00
<input id="search-input">
2019-03-26 00:29:28 +00:00
<span id="begin-search">search</span>
2018-12-18 22:56:58 +00:00
</div>
<div class="search-result-container" id="search-result-container">
</div>
</div>
</div>
<div class="index-about-mobile">
<i> </i>
</div>
</div>
<div class="index-middle">
<!-- Main Content -->
<div class="post-container">
<div class="post-title">
利用浏览器地址栏对函数作图
</div>
<div class="post-meta">
2019-04-04 12:15:18 +00:00
<span class="attr">Post<span>2018-12-09 15:22:49</span></span>
2018-12-18 22:56:58 +00:00
2019-02-06 03:48:41 +00:00
2018-12-18 22:56:58 +00:00
</div>
<div class="post-content ">
2019-03-04 07:04:48 +00:00
<p>使用Android端<a href="..">uweb浏览器</a><br>Termux提供了方便的软件包管理系统缺省的uWeb地址栏功能配置需用到作图软件gnuplot。</p>
2019-03-01 07:53:11 +00:00
<h4 id="安装gnuplot"><a href="#安装gnuplot" class="headerlink" title="安装gnuplot"></a>安装gnuplot</h4><ul><br><li>安装<a href="https://www.wocloud.com.cn/webclient/share/sindex.action?id=1p00SB1kA2JpoBce2QHhbgmbxuq0yhuZAjUZYCZyVGCLivSf0dTfmw==" target="_blank" rel="noopener">uweb定制Termux应用</a></li><br><li>Termux下运行以下命令<br>apt update<br>apt upgrade<br>apt install gnuplot</li><br></ul>
2018-12-18 22:56:58 +00:00
<h4 id="配置文件-sdcard-uweb-cmds-txt如下"><a href="#配置文件-sdcard-uweb-cmds-txt如下" class="headerlink" title="配置文件/sdcard/uweb/cmds.txt如下"></a>配置文件/sdcard/uweb/cmds.txt如下</h4><p>命令:text/plain:%s<br>函数作图:image/svg+xml:gnuplot -e set term svg;set output; plot %s<br>函数作图(3d):image/svg+xml:gnuplot -e set term svg;set output; splot %s<br>超级计算器:text/html:echo “%s”|bc -l -q</p>
<p>长按uweb浏览器底部工具条刷新按钮弹出地址栏功能选择选择“函数作图”地址栏内输入函数如sin(x)**5就可显示函数图案。</p>
2019-03-04 07:04:48 +00:00
<h4 id="常见问题及诊断"><a href="#常见问题及诊断" class="headerlink" title="常见问题及诊断"></a>常见问题及诊断</h4><ul>
<li>确保gnuplot正确安装在Termux提示符下敲入gnuplot,然后回车保证出现”gnuplot&gt;”。</li>
2019-03-04 07:06:07 +00:00
<li>确保gnuplot正常运行, 在Termux提示符下执行下面命令<br><code>gnuplot -e set term svg;set output; plot x</code><br>屏幕输出应该为正常的svg文件类似html文本</li>
2019-03-04 07:04:48 +00:00
<li>Termux应为uweb定制包否则有一堆设定需要修改。</li>
<li>超微浏览器下长按窗口管理按钮,勾选“标准错误输出”。再次在地址栏执行画图操作,此时浏览器会显示出错信息。</li>
2019-03-04 07:15:13 +00:00
<li>为保证地址栏输入函数符合gnuplot规范首个测试函数建议为”x”即整个地址栏内输入为”x”。</li>
2019-03-04 07:04:48 +00:00
</ul>
2018-12-18 22:56:58 +00:00
<br>
<div id="comment-container">
</div>
<div id="disqus_thread"></div>
<div id="lv-container">
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<ul class="list-inline text-center">
</ul>
</footer>
</body>
<script>
// We expose some of the variables needed by the front end
window.hexo_search_path = ""
window.hexo_root = "/uWeb/"
window.isPost = true
</script>
</html>