This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:202 [2021/01/14 20:21] hmeij07 |
cluster:202 [2021/10/20 19:01] (current) hmeij07 |
||
---|---|---|---|
Line 19: | Line 19: | ||
< | < | ||
- | date,total,pening,running, | + | date,total,pending,running, |
07/ | 07/ | ||
07/ | 07/ | ||
Line 29: | Line 29: | ||
</ | </ | ||
- | \\ | + | |
+ | |||
+ | < | ||
+ | |||
+ | |||
+ | /* import total into work.one */ | ||
+ | |||
+ | data two; set one; if var2 eq ' | ||
+ | |||
+ | title1 j=c ' | ||
+ | title2 j=c ' | ||
+ | footnote j=c ' | ||
+ | |||
+ | axis1 label=(" | ||
+ | axis2 label=none value=none; | ||
+ | |||
+ | symbol1 interpol=join value=none color=green; | ||
+ | symbol2 interpol=join value=none color=red; | ||
+ | |||
+ | proc gplot data=two; | ||
+ | plot var4*var1 var3*var1 / | ||
+ | haxis=axis2 vaxis=axis1 overlay vref=2096; | ||
+ | run; | ||
+ | quit; | ||
+ | |||
+ | </ | ||
**[[cluster: | **[[cluster: | ||