Skip to content

Commit

Permalink
added example visualisation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Apr 3, 2019
1 parent 0d8ff2d commit 03b573e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ The `mp-visualize` binary reads the output of `mpersist list` from stdin, and la
./mpersist list 0 100000 | ./mp-visualize -d 0.5 -a 0.25 -r 4 -f 2.0 -w 900 shockwave.png
./mpersist list 0 25000 | ./mp-visualize -d 0.25 -a 0.25 -r 3.5 stars.png
```

![visualization up to 3500](example/default.png)

> A visualisation of the first 3500 integers and their mp values

0 comments on commit 03b573e

Please sign in to comment.