iwp

Crates.ioiwp
lib.rsiwp
version0.1.2
sourcesrc
created_at2021-05-29 20:14:28.917454
updated_at2021-05-29 20:19:44.541573
descriptionI Want Plot -- draws a plot reading data points from stdin
homepage
repositoryhttps://github.com/matklad/iwp
max_upload_size
id403624
size4,146
owners (github:badrobotics:owners)

documentation

README

iwp

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
Commit count: 2

cargo fmt