plt.legend()
plt.title('Coefficients calibration', fontweight='bold')
plt.xlabel('Arbitrary coordinate')
-plt.ylabel('Observation Yobs')
+plt.ylabel('Observations')
plt.savefig("simple_3DVAR.png")
plt.legend()
plt.title('Coefficients calibration', fontweight='bold')
plt.xlabel('Arbitrary coordinate')
-plt.ylabel('Observation Yobs')
+plt.ylabel('Observations')
plt.savefig("simple_NonLinearLeastSquares.png")
plt.legend()
plt.title('Calage de coefficients', fontweight='bold')
plt.xlabel('Coordonnée arbitraire')
-plt.ylabel('Observation Yobs')
+plt.ylabel('Observations')
plt.savefig("simple_3DVAR.png")
plt.legend()
plt.title('Calage de coefficients', fontweight='bold')
plt.xlabel('Coordonnée arbitraire')
-plt.ylabel('Observation Yobs')
+plt.ylabel('Observations')
plt.savefig("simple_NonLinearLeastSquares.png")