Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleedavis committed Sep 9, 2019
2 parents b87a455 + 4e8bb39 commit 0cf9e8e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ Modifies a post with plot data and generates a simple ascii plot using [asciigra

![img](asciiplot-example.gif)

Usage (start a message in mattermost with `asciiplot` or `asciigraph`, followed by a space and a list of numbers seperated by commas)
##### Usage

Start a message in Mattermost with `asciiplot` or `asciigraph`, followed by a space and a list of numbers separated by commas).
This can be done by a bot/webhook as well.

```bash
asciiplot 3, 4, 9, 6, 2, 4, 5, 8, 5, 10, 2, 7, 2, 5, 6
```
Build
##### Build
```
make
```
Expand Down
16 changes: 16 additions & 0 deletions graph.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
2.00 ┤ ╭─
1.93 ┤ ╭──╯
1.87 ┤ ╭───╯
1.80 ┤ ╭──╯
1.73 ┤ ╭──╯
1.67 ┤ ╭──╯
1.60 ┤ ╭───╯
1.53 ┤ ╭──╯
1.47 ┤ ╭──╯
1.40 ┤ ╭───╯
1.33 ┤ ╭──╯
1.27 ┤ ╭──╯
1.20 ┤ ╭──╯
1.13 ┤ ╭───╯
1.07 ┤ ╭──╯
1.00 ┼─╯

0 comments on commit 0cf9e8e

Please sign in to comment.