diff --git a/examples/curve-pot.py b/examples/curve-pot.py index 777c53eeac9dfaf7413cf896d19f782882957cbe..52453699345f43e746840f645799a8d7547192aa 100644 --- a/examples/curve-pot.py +++ b/examples/curve-pot.py @@ -225,6 +225,7 @@ def draw_pot_figure(aspect_ratio, else: # {{{ 3D plots + plotval_vol = vol_pot.real plotval_c = curve_pot.real @@ -260,7 +261,8 @@ def draw_pot_figure(aspect_ratio, if __name__ == "__main__": draw_pot_figure(aspect_ratio=1, nsrc=100, novsmp=100, helmholtz_k=(15+4j)*0.3, what_operator="D", what_operator_lpot="D", force_center_side=1) - pt.savefig("eigvals-ext-nsrc100-novsmp100.pdf") + +# pt.savefig("eigvals-ext-nsrc100-novsmp100.pdf") #pt.clf() #draw_pot_figure(aspect_ratio=1, nsrc=100, novsmp=100, helmholtz_k=0, # what_operator="D", what_operator_lpot="D", force_center_side=-1)