Crates.io | iwp |
lib.rs | iwp |
version | 0.1.2 |
source | src |
created_at | 2021-05-29 20:14:28.917454 |
updated_at | 2021-05-29 20:19:44.541573 |
description | I Want Plot -- draws a plot reading data points from stdin |
homepage | |
repository | https://github.com/matklad/iwp |
max_upload_size | |
id | 403624 |
size | 4,146 |
I Want Plot -- draws a plot reading data points from stdin.
$ iwp <<EOF
> P! 1 1
> P! 2 4
> this line is skipped
> P! 3 9
> EOF
$ open plot.svg