An open API service indexing awesome lists of open source software.

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)

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