Program sfdots | Plot signal with lollipops.
[SYNOPSIS]
sfdots < in.rsf labels= dots=(n1 <= 130)? 1: 0 seemean=(bool) (n2 <= 30) strings=(bool) (n1 <= 400) connect=1 corners= silk=n gaineach=y labelsz=8 yreverse=n constsep=n seedead=n transp=n xxscale=1. yyscale=1. clip=-1. overlap=0.9 screenratio=VP_SCREEN_RATIO screenht=VP_STANDARD_HEIGHT screenwd=screenhigh / screenratio radius=dd1/3 font=-1 label1= unit1= title= > plot.vpl
[COMMENTS]
The axis is displayed only if label1= is present in the input
file or the command line.  

[PARAMETERS]
float   | clip | =-1. |   | 	data clip 
int     | connect | =1 |   | 	connection type: 1 - diagonal, 2 - bar, 4 - only for non-zero data 
bool    | constsep | =n |  [y/n] | 	if y, use constant trace separation 
int     | corners | = |   | 	number of polygon corners (default is 6) 
int     | dots | =(n1 <= 130)? 1: 0 |   | 	type of dots: 1 - baloon, 0 - no dots, 2 - only for non-zero data 
int     | font | =-1 |   | 	font to use in text 
bool    | gaineach | =y |  [y/n] | 	if y, gain each trace independently 
string  | label1 | = |   | 	label for the axis
strings | labels | = |   | 	trace labels  [n2]
int     | labelsz | =8 |   | 	label size 
float   | overlap | =0.9 |   | 	trace overlap 
float   | radius | =dd1/3 |   | 	dot radius 
float   | screenht | =VP_STANDARD_HEIGHT |   | 	screen height 
float   | screenratio | =VP_SCREEN_RATIO |   | 	screen aspect ratio 
float   | screenwd | =screenhigh / screenratio |   | 	screen width 
bool    | seedead | =n |  [y/n] | 	if y, show zero traces 
bool    | seemean | =(bool) (n2 <= 30) |  [y/n] | 	if y, draw axis lines 
bool    | silk | =n |  [y/n] | 	if y, silky plot 
bool    | strings | =(bool) (n1 <= 400) |  [y/n] | 	if y, draw strings 
string  | title | = |   | 	plot title
bool    | transp | =n |  [y/n] | 	if y, transpose the axis 
string  | unit1 | = |   | 	unit for the axis
float   | xxscale | =1. |   | 	x scaling 
bool    | yreverse | =n |  [y/n] | 	if y, reverse y axis 
float   | yyscale | =1. |   | 	y scaling 
[DIRECTORY]
plot/main
