]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor documentation review corrections
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 12 Jun 2022 14:29:01 +0000 (16:29 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 12 Jun 2022 14:29:01 +0000 (16:29 +0200)
doc/en/scripts/simple_3DVAR.png
doc/en/scripts/simple_3DVAR.py
doc/en/scripts/simple_NonLinearLeastSquares.png
doc/en/scripts/simple_NonLinearLeastSquares.py
doc/fr/scripts/simple_3DVAR.png
doc/fr/scripts/simple_3DVAR.py
doc/fr/scripts/simple_NonLinearLeastSquares.png
doc/fr/scripts/simple_NonLinearLeastSquares.py

index 91565f784c5892dd153514c6cdc14d7a09333f5c..6bb44ce487fe2314f09d1ceb25155c0cdc0bcbbd 100644 (file)
Binary files a/doc/en/scripts/simple_3DVAR.png and b/doc/en/scripts/simple_3DVAR.png differ
index b5462846f10a65d6ec633c4b1c7fe8e8c885c63d..a87ecdc8a53f05621f02345cd28963acc7c0ecaa 100644 (file)
@@ -68,5 +68,5 @@ plt.plot((-5,0,1,3,10),QuadFunction(Xa),'r-',label="Simulation at optimum")
 plt.legend()
 plt.title('Coefficients calibration', fontweight='bold')
 plt.xlabel('Arbitrary coordinate')
-plt.ylabel('Observation Yobs')
+plt.ylabel('Observations')
 plt.savefig("simple_3DVAR.png")
index 91565f784c5892dd153514c6cdc14d7a09333f5c..6bb44ce487fe2314f09d1ceb25155c0cdc0bcbbd 100644 (file)
Binary files a/doc/en/scripts/simple_NonLinearLeastSquares.png and b/doc/en/scripts/simple_NonLinearLeastSquares.png differ
index 08b5aea9ad8d7e01749d788d383f6ac639081cf6..71705c19a935970b386817bdf736c715dd41936a 100644 (file)
@@ -67,5 +67,5 @@ plt.plot((-5,0,1,3,10),QuadFunction(Xa),'r-',label="Simulation at optimum")
 plt.legend()
 plt.title('Coefficients calibration', fontweight='bold')
 plt.xlabel('Arbitrary coordinate')
-plt.ylabel('Observation Yobs')
+plt.ylabel('Observations')
 plt.savefig("simple_NonLinearLeastSquares.png")
index 36c857596b43e456ee9dbba2c9f0508978d33e98..00388bac2e1c14fed8f93b5e5dc244af3cac17fd 100644 (file)
Binary files a/doc/fr/scripts/simple_3DVAR.png and b/doc/fr/scripts/simple_3DVAR.png differ
index d86adbb47739650ce78c1fe4e7dd8ae36eeb37da..c06b92bf000dbac10d3c7385be27d9bb1a3bd240 100644 (file)
@@ -68,5 +68,5 @@ plt.plot((-5,0,1,3,10),QuadFunction(Xa),'r-',label="Simulation à l'optimum")
 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")
index 36c857596b43e456ee9dbba2c9f0508978d33e98..00388bac2e1c14fed8f93b5e5dc244af3cac17fd 100644 (file)
Binary files a/doc/fr/scripts/simple_NonLinearLeastSquares.png and b/doc/fr/scripts/simple_NonLinearLeastSquares.png differ
index 629527cfeeff534bf6fce124c8802cb28f9eadde..48fcbfc224305750f80a73726c0b96db39092250 100644 (file)
@@ -67,5 +67,5 @@ plt.plot((-5,0,1,3,10),QuadFunction(Xa),'r-',label="Simulation à l'optimum")
 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")