From 5310c3f251dc44ecc0d7faad40453029ab9d2e53 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 13 Jun 2025 00:07:27 +0200 Subject: [PATCH] White background for RADECS plots --- examples/xspice/see/ihp_simple_sram_seegen_subckt.net | 3 +++ examples/xspice/see/ihp_two_inverters_set.net | 2 ++ 2 files changed, 5 insertions(+) diff --git a/examples/xspice/see/ihp_simple_sram_seegen_subckt.net b/examples/xspice/see/ihp_simple_sram_seegen_subckt.net index f927e4344..131e134fe 100644 --- a/examples/xspice/see/ihp_simple_sram_seegen_subckt.net +++ b/examples/xspice/see/ihp_simple_sram_seegen_subckt.net @@ -61,7 +61,10 @@ pre_osdi C:\Spice64\lib\ngspice\psp103_nqs.osdi run rusage *set nolegend +set color0=white +set color5=orange set xbrushwidth=3 +set xgridwidth=2 plot i(Vmeasvss) i(Vmeasvdd) plot xcell.n1 xcell.n2+2 wl+4 i(vm1)*10000+6 i(vm2)*10000+8 .endc diff --git a/examples/xspice/see/ihp_two_inverters_set.net b/examples/xspice/see/ihp_two_inverters_set.net index e31712d0b..42d4adc62 100644 --- a/examples/xspice/see/ihp_two_inverters_set.net +++ b/examples/xspice/see/ihp_two_inverters_set.net @@ -41,6 +41,8 @@ run rusage *set nolegend set xbrushwidth=3 +set xgridwidth=2 +set color0=white plot i(Vmeasvss) i(Vmeasvdd) plot in out1+2 out+4 .endc