From 2b3686548eaf276adaebc46b69fc1c982572c1b2 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 17 Jul 2018 19:09:07 -0700 Subject: [PATCH] Fixed it --- tankPlot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tankPlot.py b/tankPlot.py index 1605a1d..fe6aa98 100644 --- a/tankPlot.py +++ b/tankPlot.py @@ -78,7 +78,7 @@ def ang(volt_tf): return 180/np.pi*np.angle(volt_tf) #y_tank=np.zeros((len(delta),len(gamma_swp))) -h1 = pp.figure() +h = pp.figure() mgr = pp.get_current_fig_manager() ax1 = h.add_subplot(2,2,(1,3), projection='smith') ax3 = h.add_subplot(2,2,2)