From bc7eb4fdd46df14dbb9cc73e7b3690e58ce05174 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 24 Apr 2026 20:49:14 +0200 Subject: [PATCH] Show equal x axes --- examples/pss/colpitt_osc_pss_ctrl.cir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pss/colpitt_osc_pss_ctrl.cir b/examples/pss/colpitt_osc_pss_ctrl.cir index 74ea012df..58bdf5db9 100644 --- a/examples/pss/colpitt_osc_pss_ctrl.cir +++ b/examples/pss/colpitt_osc_pss_ctrl.cir @@ -25,13 +25,13 @@ plot V(2) v(3) linearize v(3) fft v(3) let dbv3 = db(v(3)) -plot dbv3 xlimit 1Meg 5Meg +plot dbv3 xlimit 1Meg 15Meg ** measure the frequency of oscillation meas sp fosc MAX_AT dbv3 from=1Meg to=5Meg ** periodic steady state sim pss 1e6 50e-6 3 256 10 50 5e-3 set xbrushwidth=3 -plot v(3) ylimit 0 0.3 +plot v(3) ylimit 0 0.3 xlimit 1Meg 15Meg .endc .end