ngspice/examples/utf-8/стекло/ext-ascii-1.cir

31 lines
745 B
Plaintext
Raw Permalink Normal View History

* test de titre
2019-12-07 20:39:31 +01:00
* file is encoded as ASCII !
* will lead to error in the ngspice UNICODE utf8 version
* is o.k. only if ngspice is compiled with --disable-utf8 flag
.control
set hcopydevtype = postscript
set hcopypscolor=1
set color2=rgb:F/0/0
let x = vector(5)
let y = exp(x)
plot y vs x xlabel 'Mon x' ylabel 'Mon y'
hardcopy plot_1.ps y vs x xlabel 'Mon X' ylabel 'Mon Y'
plot y vs x xlabel 'Mon x' title 'Mon titre'
hardcopy plot_2.ps y vs x xlabel 'Mon x' title 'Mon titre'
plot y vs x xlabel test
hardcopy plot_3.ps y vs x xlabel test
plot y vs x
hardcopy plot_4.ps y vs x
plot y vs x xlabel 'Labellis<69> X' ylabel 'Labellis<69>e Y' title 'Titr<74>'
2020-01-02 00:30:53 +01:00
hardcopy plot_5.ps y vs x xlabel 'Labellis<69> X' ylabel 'Labellis<69> Y' title 'Titr<74>'
.endc