macOS
brew install youplotlocal Homebrew formula metadata
安装
brew install youplotlocal Homebrew formula metadata
sudo apt install youplotDebian stable package indexes · youplot · 来源: deb.debian.org
nix profile install nixpkgs#youplotnixpkgs package indexes · pkgs/by-name/yo/youplot/package.nix · 来源: api.github.com
概览
Command-line tool that draw plots on the terminal
历史
YouPlot is a Ruby command-line plotting tool that renders charts directly in the terminal. It is powered by UnicodePlot and ships both `youplot` and the shorter `uplot` command for shell pipelines.
The public repository was created in July 2020 and later moved under the Red Data Tools organization, a Ruby data-processing community. RubyGems metadata identifies the author as kojix2 and describes the gem as a command-line tool for Unicode plotting.
YouPlot grew as a thin, practical CLI layer around UnicodePlot.rb: instead of starting R, Python, Julia, gnuplot, or a graphical plotting environment, users can pipe TSV/CSV-like data into a terminal chart. The README keeps that Unix-pipeline identity front and center with examples based on curl, awk, cut, sort, and stdin.
YouPlot found its audience among developers and data workers who want quick visual checks without leaving SSH, a terminal multiplexer, or a shell pipeline. Its installation docs list Homebrew, RubyGems, Nix, Guix, and conda-assisted Ruby setups, which is broader distribution than many small Ruby CLIs get.
By July 2026 GitHub metadata showed several thousand stars despite the project being small, suggesting that the appeal is the workflow idea: quick terminal plots as a complement to heavier plotting environments.
Common commands include barplot/bar, histogram/hist, lineplot/line, scatter, density, boxplot, and count. Users can pass files or stream data through stdin, set delimiters and headers, and optionally output transformed data back into another pipeline.
Typical package-manager usage is installing `uplot` for quick exploratory checks: process lists by user, file sizes, CSV columns, generated numeric data, or small scientific datasets where an inline terminal graphic is enough.
YouPlot is a nice example of packaging a tiny ergonomic wrapper that changes a workflow. The heavy idea is not a new plotting engine; it is making Unicode terminal plots feel like `sort` or `awk` in a pipeline.
It also shows the Red Data Tools pattern: Ruby packages that make data work viable from the command line, even in spaces dominated by Python and R.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
uplot | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
youplot | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:youplot |
|---|---|
| 版本 | 0.5.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/red-data-tools/YouPlot/ |
| 仓库 | https://github.com/red-data-tools/YouPlot |
| 最后更新 | 2026-05-24T05:15:15Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
youplot 0.4.6-2
command line tool for Unicode plotting in the terminal
https://github.com/red-data-tools/YouPlot
sudo apt install youplotyouplot
nix profile install nixpkgs#youplot来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.