data;
template help-plot-template;
float x;
float y;
array array1 help-plot-array1-template;
array array2 help-plot-array2-template;
array array3 help-plot-array3-template;
;
template help-plot-array1-template;
float y;
;
template help-plot-array2-template;
float x;
float y;
;
template help-plot-array3-template;
float y;
float w;
;
;
help-plot-template 50 180;
0;
20;
0;
30;
0;
;
0 0;
0 10;
20 0;
0 -30;
-40 0;
0 50;
60 0;
;
0 0;
10 10;
0 10;
0 1;
20 1;
20 10;
20 1;
;
