RtPlot understands the following command line options:
- -n
- Opens the New Plot dialog upon startup
- -x f1.xml f2.xml ... fn.xml
-
Opens the XML configuration files f1.xml, f2.xml,...,fn.xml upon startup
- -p filename xcol ycol xmin xmax ymin ymax
-
Opens directly a plot window rather then typing them in the New Plot dialog.
Parameters following -p have the same meaning as in the New Plot dialog.
Examples:
- rtplot -n -x testplot1.xml testplot2.xml
-
Starts RtPlot with two plot windows corresponding to the configuarion files
testplot1.xml and testplot2.xml. In addition, the New Plot dialog opens so that
a third plot window can be added.
- rtplot -p testplot1.txt 0 1 0.0 6.28 -1.0 1.0 -x testplot2.xml
-
Starts RtPlot with two plot windows. The first window displays the first two
columns (xcol=0, ycol=1) of the data file testplot1.txt. The interval of the
x-axis is [0.0,6.28] and of the y-axis [-1,1]. The second window displays the
plot defined in the configuration file testplot2.xml