|
|
|
@ -4,7 +4,11 @@ set hcopydevtype = postscript |
|
|
|
set hcopypscolor=1 |
|
|
|
set hcopypstxcolor=21 |
|
|
|
set hcopyscale=1 |
|
|
|
if ($oscompiled = 1) or ($oscompiled = 8) |
|
|
|
set color2=rgb:FF/0/0 |
|
|
|
else |
|
|
|
set color2=rgb:F/0/0 |
|
|
|
end |
|
|
|
setcs hcopyfont=Arial |
|
|
|
set hcopyfontsize=18 |
|
|
|
|
|
|
|
@ -40,19 +44,18 @@ plot y vs x xlabel '래도 아프지 않아요' ylabel '私はガラス |
|
|
|
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~' |
|
|
|
if ($oscompiled = 1) or ($oscompiled = 8) |
|
|
|
shell Start /B plot_5.ps |
|
|
|
endif |
|
|
|
end |
|
|
|
if ($oscompiled = 2) |
|
|
|
shell xterm -e gs plot_5.ps & |
|
|
|
endif |
|
|
|
end |
|
|
|
if ($oscompiled = 6) |
|
|
|
shell gv plot_5.ps & |
|
|
|
endif |
|
|
|
end |
|
|
|
if ($oscompiled = 7) |
|
|
|
shell open -a Preview plot_5.ps & |
|
|
|
endif |
|
|
|
end |
|
|
|
|
|
|
|
wrdata test.out y vs x |
|
|
|
**asciiplot atest.out y vs x |
|
|
|
|
|
|
|
echo 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요 |
|
|
|
echo 私はガラスを食べられます。それは私を傷つけません |
|
|
|
|