Scroll to navigation

APOP_PLOT_QUERY(1) Apophenia APOP_PLOT_QUERY(1)

NAME

apop_plot_query - command line utility to take in a query and put out a Gnuplot table file

SYNOPSIS

apop_plot_query [opts] dbname query

DESCRIPTION

Runs a query, and pipes the output directly to gnuplot. Use -f to dump to stdout or a file.

database to use (mandatory)
query to run (mandatory or use -Q)
file from which to read the query
no plot: just run the query and display results to stdout
plot type (points, bars, ...) (default: "lines")
plot histogram with this many bins (e.g., -H100) (to let the system auto-select bin sizes, use -H0)
file to dump to. If -f- then use stdout (default: pipe to Gnuplot)
display this help and exit
December 2021 Apophenia (Debian )