← 返回命令列表

Linux command

youplot 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Draw a bar chart from TSV data

cat [data.tsv] | uplot bar

Draw a line plot from CSV

cat [data.csv] | uplot line -d,

Plot a histogram

seq 100 | awk '{print rand()}' | uplot hist

说明

YouPlot is a CLI tool that renders bar charts, line plots, scatter plots, histograms, and boxplots directly in the terminal using Unicode characters. It reads tab-separated or custom-delimited data from stdin, making it ideal for piping output from other commands.

FAQ

What is the youplot command used for?

YouPlot is a CLI tool that renders bar charts, line plots, scatter plots, histograms, and boxplots directly in the terminal using Unicode characters. It reads tab-separated or custom-delimited data from stdin, making it ideal for piping output from other commands.

How do I run a basic youplot example?

Run `cat [data.tsv] | uplot bar` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more youplot examples?

This page includes 3 examples for youplot, plus related commands for nearby Linux tasks.