59 lines
No EOL
5.3 KiB
HTML
59 lines
No EOL
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: simplot</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=simplot">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - simplot</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">simplot</div><div id="article">Simplot is a 2-dimensional data <a href="plotting.html" class="category">plotting</a> <a href="application.html" class="category">application</a> for <a href="mathematics.html" class="internal">mathematics</a> and <a href="science.html" class="internal">scientific</a> data with a simple interface. <p>Simplot will make graphs that look like this:<p><img src="https://cl-pdx.com/static/fig2-6.png" alt="December Weather Metrics"><p>using a command line interface that looks like this:<p><div class="code"><span class="nonparen"><span class="paren1">(<span class="nonparen"><a href="https://www.cliki.net/site/HyperSpec/Body/speope_letcm_letst.html" class="symbol"><i><span class="symbol">let</span></i></a> <span class="paren2">(<span class="nonparen"><span class="paren3">(<span class="nonparen">grn '<span class="paren4">(<span class="nonparen">0 80 40</span>)</span></span>)</span>
|
|
<span class="paren3">(<span class="nonparen">the-view <span class="paren4">(<span class="nonparen">mk-view <span class="keyword">:view-bounds</span> '<span class="paren5">(<span class="nonparen">0 0 500 60</span>)</span></span>)</span></span>)</span></span>)</span>
|
|
<span class="paren2">(<span class="nonparen">plot2 <span class="string">"December Weather Metrics"</span>
|
|
<span class="special">*hour-temp*</span> the-view grn
|
|
<span class="keyword">:left</span> <span class="string">"Temperature (degrees F)"</span> grn <span class="keyword">:bottom</span> <span class="string">"Relative Hours"</span>
|
|
<span class="special">*time-dewp*</span> the-view +blu+ <span class="keyword">:right</span> <span class="string">"Dew Point (degrees F)"</span> +blu+</span>)</span></span>)</span></span></div><p>Simplot depends on the <a href="CL-GD.html" class="internal">CL-GD</a> package.<p>Download <a href="ASDF.html" class="internal">ASDF</a> package from
|
|
<a href="http://web.archive.org/web/20130408085659/http://jandmworks.com/simplot/simplot.tgz">http://jandmworks.com/simplot/simplot.tgz</a><p>Documentation and examples can be found at
|
|
<a href="http://web.archive.org/web/20150227234330/http://jandmworks.com/simplot/user/simplot.html">http://jandmworks.com/simplot/user/simplot.html</a><p>Version 0.1 was released on 2010-01-02<p>This is an early release. There are known bugs and a list of features that still haven't been implemented. The user interface is not entirely stable at this point - suggestions, comments and any kind of feedback is welcome. <p>jeffrey at jandmworks dot com<p><hr>
|
|
Related packages: <a href="application.html" class="internal">application</a>, <a href="plotting.html" class="internal">plotting</a>, <a href="Mathematics.html" class="internal">Mathematics</a></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="simplot.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=simplot">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=simplot">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=simplot&from-revision=3808401775">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |