display 1 2 data1.dat 3 5 data2.dat.
Note that viewing of data which is generated by programs may be viewed online. The program updates the plot every 500 milliseconds. In this way it is possible to watch online, how programs calculate data. The output of display may contain lines to tune the display output, such as
most general usage:
display [-options] xcol[excolerr] ycol[eycolerr][bcolbubble] filename [xcol1[] ycol1[] filename1 ...]
xcol,ycol ... column to be taken as x-, y- axis in a lineplot, expressions such as 'c1xc2+1' are allowed
filename ..... filename of datafile
Data files may contain lines to tune the display output, such as
# displaytitle=My new Graph
# displayytext=intensity
# displayxtext=meV
if optional errorcolumns are added then instead of lines symbols and errorbars are shown
if optional bubblecolumns are added then instead of lines bubbles with area corresponding to
bubblecolumn are shown (toggle bubblesize with 's' and 'b')
toggle lines / points view with '-' key
options: -o file.jpg create a jpg file on exiting, also create file.jpg.gnu to be used in gnuplot
-c file.jpg only creates a jpg file and exit immediately, also create file.jpg.gnu
-logx -logy make x(y) a logarithmic axis
-xmin 23.3 the application sets the minimum of the display xaxis to 23.3
-xmax -ymin -ymax -xtext -ytext -title ...similar
-vlines 2|(201),3.4,12.3 shows vertical lines at specified x values
a text to be written as line label can be added by inserting | and adding the text
-hlines 2,3.4,12.3 shows horizontal lines at specified y values
-g shows gridlines
-dim 400 200 set dimension of plot (in pixels width 400 height 200)