Create high-quality charts and visualizations from the command-line
Create high-quality charts from the command-line
clip$ clip bar data.csv -o chart.png$ clip line data.csv --title 'Sales Trend' --xlabel 'Month' --ylabel 'Revenue' -o trend.png$ cat data.csv | clip scatter --format png -o scatter.png