ggterm-plot
v0.3.14
Published
Terminal plotting with Grammar of Graphics — CLI for @ggterm/core
Downloads
170
Maintainers
Readme
ggterm-plot
Terminal plotting with Grammar of Graphics. This is the CLI package for @ggterm/core.
Quick Start
npx ggterm-plot setupThis installs AI visualization skills, starts the live browser viewer, and creates a welcome plot.
Usage
# Plot from a CSV file
npx ggterm-plot data.csv x_col y_col color_col "Title" point
# Built-in datasets
npx ggterm-plot iris sepal_length sepal_width species "Iris" point
npx ggterm-plot airway log2FoldChange padj gene "DESeq2" volcano
npx ggterm-plot lung time status sex "Survival" kaplan_meier
# Other commands
npx ggterm-plot inspect data.csv
npx ggterm-plot suggest data.csv
npx ggterm-plot history
npx ggterm-plot serveSee the full documentation for 66 geometry types, style presets, and AI integration.
