White background for RADECS plots

This commit is contained in:
Holger Vogt 2025-06-13 00:07:27 +02:00
parent 7250c383ea
commit 5310c3f251
2 changed files with 5 additions and 0 deletions

View File

@ -61,7 +61,10 @@ pre_osdi C:\Spice64\lib\ngspice\psp103_nqs.osdi
run run
rusage rusage
*set nolegend *set nolegend
set color0=white
set color5=orange
set xbrushwidth=3 set xbrushwidth=3
set xgridwidth=2
plot i(Vmeasvss) i(Vmeasvdd) plot i(Vmeasvss) i(Vmeasvdd)
plot xcell.n1 xcell.n2+2 wl+4 i(vm1)*10000+6 i(vm2)*10000+8 plot xcell.n1 xcell.n2+2 wl+4 i(vm1)*10000+6 i(vm2)*10000+8
.endc .endc

View File

@ -41,6 +41,8 @@ run
rusage rusage
*set nolegend *set nolegend
set xbrushwidth=3 set xbrushwidth=3
set xgridwidth=2
set color0=white
plot i(Vmeasvss) i(Vmeasvdd) plot i(Vmeasvss) i(Vmeasvdd)
plot in out1+2 out+4 plot in out1+2 out+4
.endc .endc