| |
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]
|
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
|
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
|
|