filename grafout 'f:\tdm\'; goptions device=gif gsfname=grafout gsfmode=replace; proc gtestit; run; proc gplot data=tdm.f1; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1650 by 250); axis2 order=(500 to 1500 by 100); title 'Cetnost veku pri 1. oteleni'; run; quit; proc gplot data=tdm.f2; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1650 by 250); axis2 order=(700 to 2000 by 100); title 'Cetnost veku pri 2. oteleni'; run; quit; proc gplot data=tdm.f3; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1650 by 250); axis2 order=(1200 to 2400 by 100); title 'Cetnost veku pri 3. oteleni'; run; quit; proc gplot data=tdm.f4; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1650 by 250); axis2 order=(1600 to 2800 by 100); title 'Cetnost veku pri 4. oteleni'; run; quit; proc gplot data=tdm.f5; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1150 by 250); axis2 order=(2000 to 3200 by 100); title 'Cetnost veku pri 5. oteleni'; run; quit; proc gplot data=tdm.f6; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1650 by 250); axis2 order=(2400 to 3600 by 100); title 'Cetnost veku pri 6. oteleni'; run; quit; *************************************************************************; proc gplot data=tdm.f2; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1000 by 250); axis2 order=(700 to 2000 by 100); title 'Cetnost veku pri 2. oteleni'; run; quit; proc gplot data=tdm.f3; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 750 by 250); axis2 order=(1200 to 2400 by 100); title 'Cetnost veku pri 3. oteleni'; run; quit; proc gplot data=tdm.f4; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 500 by 100); axis2 order=(1600 to 2800 by 100); title 'Cetnost veku pri 4. oteleni'; run; quit; proc gplot data=tdm.f5; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 300 by 100); axis2 order=(2000 to 3200 by 100); title 'Cetnost veku pri 5. oteleni'; run; quit; proc gplot data=tdm.f6; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 250 by 50); axis2 order=(2400 to 3600 by 100); title 'Cetnost veku pri 6. oteleni'; title; run; quit; proc gplot data=vek; plot count*vek/ vaxis=axis1 haxis=axis2 overlay; *symbol1 line=1 v=hash i=joint c=black width=2; symbol1 line=1 i=smooth c=red width=1; symbol3 line=4 v=cross i=joint c=green width=2; symbol4 line=5 v=circle i=joint c=blue width=2; symbol5 line=6 v=box i=joint c=blue width=2; symbol6 line=7 v=star i=joint c=pink width=2; symbol7 line=1 v=$ i=joint c=brown width=2; symbol8 line=5 v=circle i=joint c=black width=2; symbol9 line=6 v=box i=joint c=red width=2; symbol10 line=7 v=star i=joint c=green width=2; *symbol11 line=1 v=$ i=joint c=blue width=2; axis1 label=(a=-90 r=90 'cetnost'); axis1 order=(0 to 1650 by 250); axis2 order=(500 to 4000 by 250); title 'Cetnost veku pri 1. oteleni'; run; quit;