Skip to content
Snippets Groups Projects
Commit 2c6877de authored by Jérémy MACEIRAS's avatar Jérémy MACEIRAS
Browse files

fix: removed unneeded instructions

parent 0304b903
No related branches found
No related tags found
No related merge requests found
...@@ -130,8 +130,6 @@ for i in range(param.nbIter): ...@@ -130,8 +130,6 @@ for i in range(param.nbIter):
# Plots # Plots
# =============================== # ===============================
fig,axs = plt.subplots(3,2)
# Plot distribution # Plot distribution
plt.subplot(3,2,1) plt.subplot(3,2,1)
plt.plot(xm.squeeze(),g.squeeze(),label="Desired",color=(1,.6,.6),linewidth=6) plt.plot(xm.squeeze(),g.squeeze(),label="Desired",color=(1,.6,.6),linewidth=6)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment