	Synopsis: RLaB graphics interface

	The following commands are available in the RLaB graphical
	interface using GnuPlot as the plotting device.
	These commands are intended for use with gnuplot-3.6.
	For details, see separate help file for each command.

	autoscale ( "axis", I )
	autotics (  I )
	axis ( I )
	cont ( X, Y, Z, KeyTitles, I )
	copyplot ( I1, I2 )
	epsplot ( "file_name", "mode", I )
	grid ( I )
	hist ( A , N, I )
	key ( x, y, z, I )
	keyname ( nr, title, I )
	label ( "label_text", x, y, z, labelnr, I )	
	latexplot ( "file_name", "mode", I )
	linenumbers ( nrs, I )
	linestyle ( "line_style", I )
	loglog ( I )
	loglog2 ( I )
	multiplot ( rows, columns, I )
	mx2tics ( freq, I )
	mxtics ( freq, I )
	my2tics ( freq, I )
	mytics ( freq, I )
	mztics ( freq, I )
	noautoscale ( "axis", I )
	noaxis ( I )
	nogrid ( I )
	nokey ( I )
	nolabel ( labelnr, I )
	nolog ( I )
	nolog2 ( I )
	nomultiplot ( I )
	nomx2tics ( I )
	nomxtics ( I )
	nomy2tics ( I )
	nomytics ( I )
	nomztics ( I )
	notime ( I )
	notitle ( I )
	nox2tics ( I )
	noxtics ( I )
	noy2tics ( I )
	noytics ( I )
	noztics ( I )
	origin ( x-value, y-value, I )
	pclose ( I )
	pend ( I )
	pformat ( "format-string", "axis", I )
	phelp ( "string", I)
	plot ( A, KeyTitles, I ) or plot( X, Y, I )
	plot2 ( A, KeyTitles, I ) or plot( X, Y, I )
	psplot ( "file_name", "mode", I )
	printplot ( "printer-name", I )
	psave ( "file_name", A )
	psize ( x-value, y-value, I )
	pssave ( "file_name", X, Y, Z )
	pstring ( "string", I )
	range ( x-start, x-end, y-start, y-end, z-start, z-end, I )
	range2 ( x-start, x-end, y-start, y-end, z-start, z-end, I )
	replot ( I ) or replot ( A, KeyTitles, I ) or replot ( X, Y, I )
	replot2 ( I ) or replot2 ( A, KeyTitles, I ) or replot2 ( X, Y, I )
	semilogx ( I )
	semilogx2 ( I )
	semilogy ( I )
	semilogy2 ( I )
	setterm ( "term", I )
	showplot ( I )
	showpwin ( )
	splot ( X, Y, Z, KeyTitles, I )
	time ( I )
	title ( "title_name", I )
	x2label ( "string", I )
	x2tics ( start, incr, end, I )
	xlabel ( "string", I )
	xrange ( start, end, I )
	x2range ( start, end, I )
	xtics ( start, incr, end, I )
	ylabel ( "string", I )
	y2tics ( start, incr, end, I )
	ylabel ( "string", I )
	yrange ( start, end, I )
	y2range ( start, end, I )
	ytics ( start, incr, end, I )
	zlabel ( "string", I )
	zrange ( start, end, I )
	ztics ( start, incr, end, I )


