Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matklad/iwp
https://github.com/matklad/iwp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matklad/iwp
- Owner: matklad
- Created: 2021-05-29T20:11:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T20:19:42.000Z (over 3 years ago)
- Last Synced: 2024-09-17T23:20:19.915Z (2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iwp
I Want Plot -- draws a plot reading data points from stdin.
```bash
$ iwp < P! 1 1
> P! 2 4
> this line is skipped
> P! 3 9
> EOF
$ open plot.svg
```