mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
re-organize PS color selection
Improve settings for PS image Improve error messages
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
* test de titré
|
||||
.control
|
||||
set hcopydevtype = postscript
|
||||
set hcopypscolor=1
|
||||
set hcopyscale=0.5
|
||||
set hcopypscolor=25
|
||||
set hcopypstxcolor=21
|
||||
set hcopyscale=1
|
||||
set color2=rgb:F/0/0
|
||||
setcs hcopyfont=Arial
|
||||
set hcopyfontsize=14
|
||||
set hcopyfontsize=18
|
||||
|
||||
let x = vector(5)
|
||||
let y = exp(x)
|
||||
@@ -17,6 +18,8 @@ setcs xfont='Noto Sans Chinese'
|
||||
set gridwidth=4
|
||||
set xbrushwidth=1
|
||||
|
||||
hardcopy
|
||||
|
||||
plot y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y: ÜüÖöÄäÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜ' title 'Titré'
|
||||
plot y vs x xlabel '我能吞下玻璃而不伤身体' ylabel 'Я могу есть стекло, оно мне не вредит' title ' أنا قادر على أكل الزجاج و هذا لا يؤلمني.'
|
||||
* With Linux the next one requires: export LC_CTYPE ="de_DE.UTF-8"
|
||||
@@ -32,8 +35,9 @@ plot y vs x xlabel '래도 아프지 않아요' ylabel '私はガラスを食べ
|
||||
* With Linux the next one requires: export LC_CTYPE ="de_DE.UTF-8"
|
||||
gnuplot test2.gn y vs x xlabel 'Labellisé X' ylabel 'tüTÄtö Äü @µ€~' title 'ฉันกินกระจกได้ แต่มันไม่ทำให้ฉันเจ็บ '
|
||||
|
||||
*hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'
|
||||
*shell Start /B plot_5.ps
|
||||
hardcopy plot_5.ps y vs x xlabel 'Labellisé X' ylabel 'Labellisé Y' title 'Titré Äü @µ€~'
|
||||
shell Start /B plot_5.ps
|
||||
|
||||
echo 나는 유리를 먹을 수 있어요. 그래도 아프지 않아요
|
||||
echo 私はガラスを食べられます。それは私を傷つけません
|
||||
echo 我能吞下玻璃而不伤身体
|
||||
|
||||
Reference in New Issue
Block a user