plotLog
Create a two dimensional plot from X-Y data.
Usage: plotLog [option] file1:[suffix] ...
where option is one or more of:
-xticks <vals> - colon-separated xtick values -yticks <vals> - colon-separated ytick values -xticRot <val> - rotation (in degrees) of x tic labels [0] -yticRot <val> - rotation (in degrees) of x tic labels [0] -suffix <suffix spec> - specify default suffix for all files. See the description of suffix below. -startString <Val> - ignore all input up to and including the first line containing startString. -stopString <Val> - ignore all input after and including the first line containing stopString.
suffix is an optional colon-separated list of column numbers and style strings. There can be 1-4 (offset 1) column numbers, corresponding to y-only, x,y, or x,y,dy x,y,dx,dy data, respectively. Irrespective of order, a column sepcifier beginning with the '@' character specifies the column number of a label string. An optional double colon (::) can be followed by row number.
Using the filename stdin causes input to be read from stdin.
In the interactive plotting mode (when -outFile is not specified), if a label column is specified, clicking on a point will display the associated label in the plot and print that point's info to stdout. Pressing the 'c' key will clear the plotted labels.
option is zero or more of:
-xmax <val> - plot bounds -xmin <val> -xdelta <val> - bin size for histograms -ymax <val> - plot bounds -ymin <val> -xlabel <text> - axis labels -ylabel <text> -label <x:y:text> - place extra label on plot -outFile <filename> - name of output file. -normalizeIndex <val> - how to normalize the curves to each other (default - no normalization) -normalizeX <val> - value of x-axis at which to normalize y-axis values (default - no normalization) -vline <val> - draw vertical line at val -hline <val> - draw horizontal line at val -line <x1:y1:x2:y2> - draw a line -xminor <vals> - colon-separated minor xtick values -yminor <vals> - colon-separated minor ytick values -numRows <val> - number of rows of subplots -curRow <val> - current row for option specification - rows are numbered from 0, and from bottom to top -rect left:bot:width:height - specify the size of the current subplot (default: 0.15:0.15:0.8:0.8) -plotType <type> - type of plot for current row (linear, log, loglog, xlog,bar,histogram). For bar data, the meaning of specifying 4 suffix numbers becomes the x-axis, height, error, and a separate data point to be plotted on the bars. -linewidth <val> - set linewidth -markersize - scale for symbol size of scatter points. -fontsize - text size -figsize <x> <y> - size of figure -wintitle <text> - window title (for interactive display) -title <text> - on-plot title -sep - column separator/delimitor character (defaults to whitespace) -legend - generate a legend -legendLabels - Lables to use for legend, in the order of the file arguments. -legendLocation - legend placement. String, such as "upper left"