From 8a725b524e484451035a2b5b27ede83de739ed6e Mon Sep 17 00:00:00 2001 From: Natalie Beams Date: Wed, 11 Jan 2017 19:48:26 -0600 Subject: [PATCH] update curve-pot example --- examples/curve-pot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/curve-pot.py b/examples/curve-pot.py index 777c53ee..52453699 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) -- GitLab