clip

Create high-quality charts and visualizations from the command-line

brewmacoslinux
Try with needOr install directly
Source

About

Create high-quality charts from the command-line

Commands

clip

Examples

Create a simple bar chart from CSV data$ clip bar data.csv -o chart.png
Generate a line chart with custom title and labels$ clip line data.csv --title 'Sales Trend' --xlabel 'Month' --ylabel 'Revenue' -o trend.png
Create a scatter plot from piped data with output formatting$ cat data.csv | clip scatter --format png -o scatter.png