.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH APOP_PLOT_QUERY "1" "September 2022" "Apophenia (Debian )" "Apophenia" .SH NAME apop_plot_query \- command line utility to take in a query and put out a Gnuplot table file .SH SYNOPSIS .B apop_plot_query [\fI\,opts\/\fR] \fI\,dbname query\/\fR .SH DESCRIPTION Runs a query, and pipes the output directly to gnuplot. Use \fB\-f\fR to dump to stdout or a file. .TP \fB\-d\fR database to use (mandatory) .TP \fB\-q\fR query to run (mandatory or use \fB\-Q\fR) .TP \fB\-Q\fR file from which to read the query .TP \fB\-n\fR no plot: just run the query and display results to stdout .TP \fB\-t\fR plot type (points, bars, ...) (default: "lines") .TP \fB\-H\fR plot histogram with this many bins (e.g., \fB\-H100\fR) (to let the system auto\-select bin sizes, use \fB\-H0\fR) .TP \fB\-f\fR file to dump to. If \fB\-f\-\fR then use stdout (default: pipe to Gnuplot) .TP \fB\-h\fR display this help and exit