setcf -> setcs

comments added
This commit is contained in:
Holger Vogt 2019-12-07 20:39:31 +01:00
parent 168210417f
commit 55c92d63fe
12 changed files with 49 additions and 46 deletions

View File

@ -1,4 +1,5 @@
* test de titre * test de titre
* file is encoded as ASCII !
.control .control

View File

@ -1,4 +1,6 @@
* test de titré * test de titré
* file is encoded as ASCII !
* It will fail in utf8 mode.
.control .control
set encoding=extended_ascii set encoding=extended_ascii
@ -6,12 +8,12 @@ set hcopydevtype = postscript
set hcopypscolor=1 set hcopypscolor=1
set hcopyscale=0.5 set hcopyscale=0.5
set color2=rgb:F/0/0 set color2=rgb:F/0/0
setcf hcopyfont="Garamond" setcs hcopyfont="Garamond"
set hcopyfontsize=14 set hcopyfontsize=14
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont="Garamond Fett" setcs wfont="Garamond Fett"
set wfont_size=16 set wfont_size=16
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré'
plot y vs x xlabel 'Labellisé X' title 'Titré' plot y vs x xlabel 'Labellisé X' title 'Titré'

View File

@ -4,12 +4,12 @@ set hcopydevtype = postscript
set hcopypscolor=1 set hcopypscolor=1
set hcopyscale=0.5 set hcopyscale=0.5
set color2=rgb:F/0/0 set color2=rgb:F/0/0
setcf hcopyfont=Arial setcs hcopyfont=Arial
set hcopyfontsize=14 set hcopyfontsize=14
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont=Arial setcs wfont=Arial
set wfont_size=18 set wfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré'
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.'

View File

@ -5,24 +5,24 @@ set hcopydevtype = postscript
set hcopypscolor=1 set hcopypscolor=1
set hcopyscale=0.5 set hcopyscale=0.5
set color2=rgb:F/0/0 set color2=rgb:F/0/0
setcf hcopyfont=Arial setcs hcopyfont=Arial
set hcopyfontsize=14 set hcopyfontsize=14
set color0="black" set color0="black"
set color1="white" set color1="white"
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf xfont="Times New Roman" setcs xfont="Times New Roman"
set xfont_size=18 set xfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré'
set color0="white" set color0="white"
set color1="black" set color1="black"
set xfont_size=16 set xfont_size=16
setcf xfont="Arial" setcs xfont="Arial"
plot y vs x xlabel 'Я могу есть стекло, оно мне не вредит' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Я могу есть стекло, оно мне не вредит' plot y vs x xlabel 'Я могу есть стекло, оно мне не вредит' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Я могу есть стекло, оно мне не вредит'
set color0="yellow" set color0="yellow"
set color1="red" set color1="red"
set xfont_size=18 set xfont_size=18
setcf xfont="Noto Sans CJK JP Medium" setcs xfont="Noto Sans CJK JP Medium"
plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel 'Titré 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 我能吞下玻璃而不伤身体。' loglog plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel 'Titré 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 我能吞下玻璃而不伤身体。' loglog
*plot y vs x+0.001 xlabel 'Labellisé X' title 'Titré' loglog *plot y vs x+0.001 xlabel 'Labellisé X' title 'Titré' loglog
@ -33,7 +33,7 @@ echo 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요
echo 私はガラスを食べられます。それは私を傷つけません echo 私はガラスを食べられます。それは私を傷つけません
echo 我能吞下玻璃而不伤身体。 echo 我能吞下玻璃而不伤身体。
setcf sourcepath = ( "D:/Spice_general/tests/utf-8/стекло/있어요" ) setcs sourcepath = ( "D:/Spice_general/tests/utf-8/стекло/있어요" )
source ext-utf8-2.cir source ext-utf8-2.cir
gnuplot test.gn y vs x xlabel 'Labellisé X' ylabel 'tüTÄtö Äü @µ€~' title 'ฉันกินกระจกได้ แต่มันไม่ทำให้ฉันเจ็บ ' gnuplot test.gn y vs x xlabel 'Labellisé X' ylabel 'tüTÄtö Äü @µ€~' title 'ฉันกินกระจกได้ แต่มันไม่ทำให้ฉันเจ็บ '

View File

@ -65,7 +65,7 @@ X1 1 2 3 4 5 6 7 8 9 10 11 身12 0 Я13 99 FOURBIT
.control .control
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=16 set xfont_size=16
if $?batchmode if $?batchmode
else else

View File

@ -2,14 +2,14 @@
.control .control
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=16 set xfont_size=16
* for LINUX * for LINUX
*setcf xfont='Noto Sans Korean' *setcs xfont='Noto Sans Korean'
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont='Arial' setcs wfont='Arial'
set wfont_size=18 set wfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 11' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 11'
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 12 أنا قادر على أكل الزجاج و هذا لا يؤلمني.' plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 12 أنا قادر على أكل الزجاج و هذا لا يؤلمني.'
@ -17,15 +17,15 @@ plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 13
plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel '나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 14 我能吞下玻璃而不伤身体。' loglog plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel '나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 14 我能吞下玻璃而不伤身体。' loglog
* for CYGWIN * for CYGWIN
*setcf xfont='Adobe Times' *setcs xfont='Adobe Times'
* for LINUX * for LINUX
setcf xfont='Efont Biwidth' setcs xfont='Efont Biwidth'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 15' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 15' loglog
write D:/Spice_general/tests/utf-8/'стекло'/'있어요'/ext-utf8-1.out x y write D:/Spice_general/tests/utf-8/'стекло'/'있어요'/ext-utf8-1.out x y
setcf sourcepath = ( 'D:/Spice_general/tests/utf-8/стекло/있어요' ) setcs sourcepath = ( 'D:/Spice_general/tests/utf-8/стекло/있어요' )
*setcf sourcepath = ( './utf-8/стекло/있어요' ) *setcs sourcepath = ( './utf-8/стекло/있어요' )
source ext-utf8-2.cir source ext-utf8-2.cir
*source 'D:/Spice_general/tests/utf-8/стекло/있어요/ext-utf8-2.cir' *source 'D:/Spice_general/tests/utf-8/стекло/있어요/ext-utf8-2.cir'

View File

@ -4,31 +4,31 @@ set hcopydevtype = postscript
set hcopypscolor=1 set hcopypscolor=1
set hcopyscale=0.5 set hcopyscale=0.5
set color2=rgb:F/0/0 set color2=rgb:F/0/0
*setcf hcopyfont=Arial *setcs hcopyfont=Arial
* *
*setcf hcopyfont='Nimbus Mono-Regular' *setcs hcopyfont='Nimbus Mono-Regular'
* for CYGWIN * for CYGWIN
setcf hcopyfont='NimbusMonL-Bold' setcs hcopyfont='NimbusMonL-Bold'
*setcf hcopyfont='URWGothicL-Book' *setcs hcopyfont='URWGothicL-Book'
set hcopyfontsize=14 set hcopyfontsize=14
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=18 set xfont_size=18
*setcf xfont='Noto Sans Japanese' *setcs xfont='Noto Sans Japanese'
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont='Arial' setcs wfont='Arial'
set wfont_size=18 set wfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 21' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 21'
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 22 أنا قادر على أكل الزجاج و هذا لا يؤلمني.' plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 22 أنا قادر على أكل الزجاج و هذا لا يؤلمني.'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 23 私はガラスを食べられます。それは私を傷つけません' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 23 私はガラスを食べられます。それは私を傷つけません' loglog
*LINUX *LINUX
*setcf xfont='Noto Sans Korean' *setcs xfont='Noto Sans Korean'
plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel '나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 24 我能吞下玻璃而不伤身体。' loglog plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel '나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 24 我能吞下玻璃而不伤身体。' loglog
* for CYGWIN * for CYGWIN
setcf xfont='Times New Roman' setcs xfont='Times New Roman'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 25' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 25' loglog
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~' hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'

View File

@ -4,31 +4,31 @@ set hcopydevtype = postscript
set hcopypscolor=1 set hcopypscolor=1
set hcopyscale=0.5 set hcopyscale=0.5
set color2=rgb:F/0/0 set color2=rgb:F/0/0
*setcf hcopyfont=Arial *setcs hcopyfont=Arial
* *
*setcf hcopyfont='Nimbus Mono-Regular' *setcs hcopyfont='Nimbus Mono-Regular'
* for CYGWIN * for CYGWIN
setcf hcopyfont='NimbusMonL-Bold' setcs hcopyfont='NimbusMonL-Bold'
*setcf hcopyfont='URWGothicL-Book' *setcs hcopyfont='URWGothicL-Book'
set hcopyfontsize=14 set hcopyfontsize=14
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=18 set xfont_size=18
*setcf xfont='Noto Sans Japanese' *setcs xfont='Noto Sans Japanese'
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont='Arial' setcs wfont='Arial'
set wfont_size=18 set wfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 21' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 21'
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 22 أنا قادر على أكل الزجاج و هذا لا يؤلمني.' plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 22 أنا قادر على أكل الزجاج و هذا لا يؤلمني.'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 23 私はガラスを食べられます。それは私を傷つけません' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 23 私はガラスを食べられます。それは私を傷つけません' loglog
*LINUX *LINUX
*setcf xfont='Noto Sans Korean' *setcs xfont='Noto Sans Korean'
plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel '나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 24 我能吞下玻璃而不伤身体。' loglog plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel '나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 24 我能吞下玻璃而不伤身体。' loglog
* for CYGWIN * for CYGWIN
setcf xfont='Times New Roman' setcs xfont='Times New Roman'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 25' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 25' loglog
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~' hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'

View File

@ -4,12 +4,12 @@
.control .control
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=18 set xfont_size=18
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont='Arial' setcs wfont='Arial'
set wfont_size=18 set wfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 11' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 11'
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 12 أنا قادر على أكل الزجاج و هذا لا يؤلمني.' plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 12 أنا قادر على أكل الزجاج و هذا لا يؤلمني.'
@ -17,10 +17,10 @@ plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 13
plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel 'Titré 14 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 我能吞下玻璃而不伤身体。' loglog plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel 'Titré 14 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 我能吞下玻璃而不伤身体。' loglog
* for CYGWIN * for CYGWIN
setcf xfont='Times New Roman' setcs xfont='Times New Roman'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 15' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 15' loglog
setcf sourcepath = ( 'D:/Spice_general/tests/utf-8/стекло/있어요' ) setcs sourcepath = ( 'D:/Spice_general/tests/utf-8/стекло/있어요' )
source ext-utf8-4.cir source ext-utf8-4.cir
* better to put ouput into single quotes * better to put ouput into single quotes

View File

@ -4,25 +4,25 @@ set hcopydevtype = postscript
set hcopypscolor=1 set hcopypscolor=1
set hcopyscale=0.5 set hcopyscale=0.5
set color2=rgb:F/0/0 set color2=rgb:F/0/0
*setcf hcopyfont=Arial *setcs hcopyfont=Arial
* for CYGWIN * for CYGWIN
setcf hcopyfont='NimbusMono-Regular' setcs hcopyfont='NimbusMono-Regular'
set hcopyfontsize=14 set hcopyfontsize=14
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=16 set xfont_size=16
let x = vector(5) let x = vector(5)
let y = exp(x) let y = exp(x)
setcf wfont='Arial' setcs wfont='Arial'
set wfont_size=18 set wfont_size=18
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 21' plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré 21'
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 22 أنا قادر على أكل الزجاج و هذا لا يؤلمني.' plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title 'Titré 22 أنا قادر على أكل الزجاج و هذا لا يؤلمني.'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 23 私はガラスを食べられます。それは私を傷つけません' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré 23 私はガラスを食べられます。それは私を傷つけません' loglog
plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel 'Titré 24 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 我能吞下玻璃而不伤身体。' loglog plot y vs x+0.001 xlabel 'Titré 私はガラスを食べられます。それは私を傷つけません' ylabel 'Titré 24 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요' title 'Titré 我能吞下玻璃而不伤身体。' loglog
* for CYGWIN * for CYGWIN
setcf xfont='Times New Roman' setcs xfont='Times New Roman'
plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 25' loglog plot y vs x+0.001 xlabel 'Labellisé X' ylabel ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.' title 'Titré 25' loglog
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~' hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'

View File

@ -33,7 +33,7 @@ VIN1B は2 0 DC 0 PULSE(0 3 0 5NS 5NS 30NS 100NS)
.control .control
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=16 set xfont_size=16
if $?batchmode if $?batchmode
else else

View File

@ -33,7 +33,7 @@ VIN1B は2 0 DC 0 PULSE(0 3 0 5NS 5NS 30NS 100NS)
.control .control
* for CYGWIN * for CYGWIN
setcf xfont='Noto Sans CJK JP Medium' setcs xfont='Noto Sans CJK JP Medium'
set xfont_size=16 set xfont_size=16
if $?batchmode if $?batchmode