https://github.com/gitrust/docker.youplot
Docker image for YouPlot (a CLI tool to draw plots on terminal)
https://github.com/gitrust/docker.youplot
command-line docker dockerfile plot
Last synced: 4 months ago
JSON representation
Docker image for YouPlot (a CLI tool to draw plots on terminal)
- Host: GitHub
- URL: https://github.com/gitrust/docker.youplot
- Owner: gitrust
- Created: 2023-01-18T06:28:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T06:34:35.000Z (over 3 years ago)
- Last Synced: 2024-01-25T00:11:56.348Z (over 2 years ago)
- Topics: command-line, docker, dockerfile, plot
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Description
YouPlot is a command line tool that draws plots on the terminal.
This is an Alpine based docker image with the installed Ruby gem `youplot`.
## Docker Usage
```
cat islands.tsv | docker run --rm -i gitrust/youplot barplot
docker run --rm -it -v $(pwd):/home/app gitrust/youplot barplot /home/app/islands.tsv
```
For a full description visit the author's page on https://github.com/red-data-tools/YouPlot