2017-10-04 20:43:09 +02:00
|
|
|
|
* test de titr<74>
|
2019-12-07 20:39:31 +01:00
|
|
|
|
* file is encoded as ASCII !
|
2020-02-23 14:09:39 +01:00
|
|
|
|
* will lead to error in the ngspice UNICODE utf8 version
|
|
|
|
|
|
* is o.k. only if ngspice is compiled with --disable-utf8 flag
|
2017-10-04 20:43:09 +02:00
|
|
|
|
|
|
|
|
|
|
.control
|
|
|
|
|
|
set encoding=extended_ascii
|
|
|
|
|
|
set hcopydevtype = postscript
|
|
|
|
|
|
set hcopypscolor=1
|
|
|
|
|
|
set hcopyscale=0.5
|
|
|
|
|
|
set color2=rgb:F/0/0
|
2019-12-07 20:39:31 +01:00
|
|
|
|
setcs hcopyfont="Garamond"
|
2017-10-04 20:43:09 +02:00
|
|
|
|
set hcopyfontsize=14
|
|
|
|
|
|
|
|
|
|
|
|
let x = vector(5)
|
|
|
|
|
|
let y = exp(x)
|
2019-12-07 20:39:31 +01:00
|
|
|
|
setcs wfont="Garamond Fett"
|
2017-10-04 20:43:09 +02:00
|
|
|
|
set wfont_size=16
|
|
|
|
|
|
plot y vs x xlabel 'Labellis<69> X' ylabel 'Labellis<69> Y' title 'Titr<74>'
|
|
|
|
|
|
plot y vs x xlabel 'Labellis<69> X' title 'Titr<74>'
|
|
|
|
|
|
plot y vs x+0.001 xlabel 'Labellis<69> X' ylabel 'Labellis<69> Y' title 'Titr<74>' loglog
|
|
|
|
|
|
plot y vs x+0.001 xlabel 'Labellis<69> X' title 'Titr<74>' loglog
|
|
|
|
|
|
|
|
|
|
|
|
hardcopy plot_5.ps y vs x xlabel 'Labellis<69> X' ylabel 'Labellis<69> Y' title 'Titr<74>'
|
|
|
|
|
|
shell Start /B plot_5.ps
|
|
|
|
|
|
write D:\Spice_general\tests\ext_unic_test.raw y x
|
|
|
|
|
|
*quit
|
|
|
|
|
|
.endc
|