From cfb1d6d726766ccae27cae2f3a0ec305d23730bd Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 2 Nov 2020 10:23:26 +0100 Subject: [PATCH] prevent non-monotonic scale --- examples/hicum2/hic2_gum_inv.sp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/hicum2/hic2_gum_inv.sp b/examples/hicum2/hic2_gum_inv.sp index bcad18db9..2976e8c89 100644 --- a/examples/hicum2/hic2_gum_inv.sp +++ b/examples/hicum2/hic2_gum_inv.sp @@ -7,10 +7,9 @@ VS S 0 0.0 Q1 0 B E S hicumL2V2p40 .control -dc vb 0.2 1.2 0.01 -*plot i(ve) i(vb) i(vs) -plot abs(i(ve)) abs(i(vb)) abs(i(vs)) xlimit 0.2 1.2 ylog ylimit 1e-12 0.1 -plot abs(i(ve))/abs(i(vb)) vs abs(i(ve)) xlog xlimit 1e-06 100e-3 ylimit 0 50 +dc vb 0.4 1.2 0.01 +plot abs(i(ve)) abs(i(vb)) abs(i(vs)) xlimit 0.4 1.2 ylog ylimit 1e-12 0.1 +plot abs(i(ve))/abs(i(vb)) vs abs(i(ve)) xlog xlimit 1e-06 100e-3 ylimit 0 40 .endc .include model-card-examples.lib