tgraph 0.1.0

A simple terminal graphing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<figure>
<img src="./multi_graph.png" alt="Easy print multiple functions" /><figcaption aria-hidden="true">Easy print multiple functions</figcaption>
</figure>
<h1 id="tgraph"><code>tgraph</code></h1>
<p>Plain-simple Rust crate providing for drawing graphs in the terminal based on a function. It provides an interface for drawing the graph of a function by passing a Rust closure/function, also enabling you to draw multiple functions inside the same graph.</p>
<h2 id="roadmap">Roadmap</h2>
<ul>
<li><input type="checkbox" disabled="" checked="" />
Drawing graph with single function</li>
<li><input type="checkbox" disabled="" checked="" />
Drawing graph with multiple functions</li>
<li><input type="checkbox" disabled="" checked="" />
Customize function display <em>(only color and character as of now, more to come)</em></li>
<li><input type="checkbox" disabled="" />
Option to limit graph height</li>
<li>[ ]</li>
</ul>