--help|-H
display help
-h display short help
-V print program version number
-s create PostScript-file
-S send PostScript output to STDOUT (the same as '-s -o -')
-n create PNG-file
-j create JPEG-file
-p create PDF-file (requires the gnuplot "pdfcairo" driver)
-X don't set the terminal to 'x11' (use gnuplot's default instead)
-r0 reload data files continuously (default 8640:10)
-r <N:dt>
reload data files continuously by the specified config values
-c <cmd>
execute gnuplot command(s) (using the default plot style)
-m monochrome plot (valid for PostScript or PDF)
-l set plot size to 800x600 (valid for PNG and JPEG)
-o base name of the output file
-q quiet mode (all messages except errors to be suppressed)
-F <str>
input-data field separator (default is a single space character)
-i ignore local command file './.muplotset'
-I <file>
specify an alternative command file instead of './.muplotset'
-U do not sort the file list
-T <dir>
use this directory for temporary/working output files
Styles/Settings:
lp lines and points
l lines
p points
pp circle points
nn various points (types)
d dots
b boxes
g grid
nk do not plot keys (skip file names lables)
e errorbars - default used columns are 1:2:3 (x:y:yerror)
a fields with arrows; The data file has a special format in this case. Use 'prefield' to prepare
such data files.
dt=<fmt>
date/time series with the specified format; For example: dt="%H:%M.%S@%H:%M" where the first part,
in front of "@", defines the data format, and the second part defines the format that will be used
for tic labels. Here, hours and minutes are separated by `:', respectively minutes and seconds by
`.' Another example is date and time stamp: dt="%Y-%m-%d %H:%M:%S"
3d plot 3-d data using 1:2:3
u=<fmt>
user specified plot style format (as defined in Gnuplot); For example: u="points pointtype 2
pointsize 3"; To see the present terminal and palette capabilities of gnuplot use the command
'muplot -c test'.
s=<opt>
user specified setting (as defined in Gnuplot); For example: s="logscale x"
Axes:
x:y,x:y-z
columns in the file defining the x/y-axes of the curve(s); Default are 1:2 or 1:2:3 for data with
errors. In case that only one column is provided the default axes are 0:1 - the x-axis will be a
simple index then.
File(s) could be a single file name whereas '-' means <stdin>, many files enclosed in '' or "" like
"file1 file2 file3", or any valid shell pattern as for example "*.dat". The files '$HOME/.muplotset' and
'./.muplotset', if existing, will be included at the beginning of the gnuplot script. The command block
between "#BEGIN" and "#END" in those files will be pasted to the end of the script. If you want that the
global '$HOME/.muplotset' is ignored, create in your local directory a file named '.muplotset.noglobal'.
In case you want to view the output, define the env variable MUPLOT_VIEWER and export it, for example:
MUPLOT_VIEWER="xpdf -z page"; export MUPLOT_VIEWER
Then the program will prompt you to view the plot, and after confirmation the viewer will present the
graphics. If the postscript file format is chosen ('-s' option), and MUPLOT_VIEWER is not defined, the
viewer is preset to 'gv', and per default you are prompted to view the output. To disable this behavior
use the command "unset MUPLOT_VIEWER".