From: Jean-Philippe ARGAUD Date: Sun, 12 Jun 2022 14:29:01 +0000 (+0200) Subject: Minor documentation review corrections X-Git-Tag: V9_10_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=31a5fe29456dcd75b212a5d1e58b527ad330b3a4;p=modules%2Fadao.git Minor documentation review corrections --- diff --git a/doc/en/scripts/simple_3DVAR.png b/doc/en/scripts/simple_3DVAR.png index 91565f7..6bb44ce 100644 Binary files a/doc/en/scripts/simple_3DVAR.png and b/doc/en/scripts/simple_3DVAR.png differ diff --git a/doc/en/scripts/simple_3DVAR.py b/doc/en/scripts/simple_3DVAR.py index b546284..a87ecdc 100644 --- a/doc/en/scripts/simple_3DVAR.py +++ b/doc/en/scripts/simple_3DVAR.py @@ -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") diff --git a/doc/en/scripts/simple_NonLinearLeastSquares.png b/doc/en/scripts/simple_NonLinearLeastSquares.png index 91565f7..6bb44ce 100644 Binary files a/doc/en/scripts/simple_NonLinearLeastSquares.png and b/doc/en/scripts/simple_NonLinearLeastSquares.png differ diff --git a/doc/en/scripts/simple_NonLinearLeastSquares.py b/doc/en/scripts/simple_NonLinearLeastSquares.py index 08b5aea..71705c1 100644 --- a/doc/en/scripts/simple_NonLinearLeastSquares.py +++ b/doc/en/scripts/simple_NonLinearLeastSquares.py @@ -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") diff --git a/doc/fr/scripts/simple_3DVAR.png b/doc/fr/scripts/simple_3DVAR.png index 36c8575..00388ba 100644 Binary files a/doc/fr/scripts/simple_3DVAR.png and b/doc/fr/scripts/simple_3DVAR.png differ diff --git a/doc/fr/scripts/simple_3DVAR.py b/doc/fr/scripts/simple_3DVAR.py index d86adbb..c06b92b 100644 --- a/doc/fr/scripts/simple_3DVAR.py +++ b/doc/fr/scripts/simple_3DVAR.py @@ -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") diff --git a/doc/fr/scripts/simple_NonLinearLeastSquares.png b/doc/fr/scripts/simple_NonLinearLeastSquares.png index 36c8575..00388ba 100644 Binary files a/doc/fr/scripts/simple_NonLinearLeastSquares.png and b/doc/fr/scripts/simple_NonLinearLeastSquares.png differ diff --git a/doc/fr/scripts/simple_NonLinearLeastSquares.py b/doc/fr/scripts/simple_NonLinearLeastSquares.py index 629527c..48fcbfc 100644 --- a/doc/fr/scripts/simple_NonLinearLeastSquares.py +++ b/doc/fr/scripts/simple_NonLinearLeastSquares.py @@ -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")