From 2c6877de38dac5f1f5e45a23d0549b926ca2688c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Maceiras?= <jeremy.maceiras@idiap.ch>
Date: Wed, 29 May 2024 17:54:05 +0200
Subject: [PATCH] fix: removed unneeded instructions

---
 python/ergodic_control_SMC_DDP_1D.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/python/ergodic_control_SMC_DDP_1D.py b/python/ergodic_control_SMC_DDP_1D.py
index 48c7278..ae44cd7 100644
--- a/python/ergodic_control_SMC_DDP_1D.py
+++ b/python/ergodic_control_SMC_DDP_1D.py
@@ -130,8 +130,6 @@ for i in range(param.nbIter):
 # Plots
 # ===============================
 
-fig,axs = plt.subplots(3,2)
-
 # Plot distribution
 plt.subplot(3,2,1)
 plt.plot(xm.squeeze(),g.squeeze(),label="Desired",color=(1,.6,.6),linewidth=6)
-- 
GitLab