[cig-commits] [commit] update_examples: Tweak fO2 figure for manual (beeb267)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Dec 31 14:41:16 PST 2014


Repository : https://github.com/geodynamics/burnman

On branch  : update_examples
Link       : https://github.com/geodynamics/burnman/compare/08a5688e3207feb6b4a45005b0b43ee09eb2ee33...beeb2677cec40a81c8afb8095257ab7e822efa39

>---------------------------------------------------------------

commit beeb2677cec40a81c8afb8095257ab7e822efa39
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Wed Dec 31 22:40:54 2014 +0000

    Tweak fO2 figure for manual


>---------------------------------------------------------------

beeb2677cec40a81c8afb8095257ab7e822efa39
 examples/example_chemical_potentials.py |   8 ++++----
 sphinx/figures/example_fO2.png          | Bin 55643 -> 52448 bytes
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/example_chemical_potentials.py b/examples/example_chemical_potentials.py
index 83b93c7..924b79a 100644
--- a/examples/example_chemical_potentials.py
+++ b/examples/example_chemical_potentials.py
@@ -105,8 +105,8 @@ if __name__ == "__main__":
 
 
     # Plot the FMQ log10(fO2) values
-    plt.plot(temperatures, log10fO2_FMQ_ONeill1987, 'k', linewidth=3., label='FMQ (O\'Neill (1987)')
-    plt.plot(temperatures, log10fO2_FMQ, 'b--', linewidth=3., label='FMQ (HP 2011 ds62)')
+    plt.plot(temperatures, log10fO2_FMQ_ONeill1987, 'k', linewidth=1., label='FMQ (O\'Neill (1987)')
+    plt.plot(temperatures, log10fO2_FMQ, 'b--', linewidth=2., label='FMQ (HP 2011 ds62)')
 
 
     # Do the same for Re-ReO2
@@ -187,8 +187,8 @@ if __name__ == "__main__":
         log10fO2_ReReO2buffer[i] = np.log10(fugacity(oxygen, ReReO2buffer))
 
     # Plot the Re-ReO2 log10(fO2) values
-    plt.plot(temperatures, log10fO2_Re_PO1994, 'k', linewidth=3., label='Re-ReO2 (Pownceby and O\'Neill (1994)')
-    plt.plot(temperatures, log10fO2_ReReO2buffer, 'r--', linewidth=3., label='Re-ReO2 (HP 2011 ds62)')
+    plt.plot(temperatures, log10fO2_Re_PO1994, 'k', linewidth=1., label='Re-ReO2 (Pownceby and O\'Neill (1994)')
+    plt.plot(temperatures, log10fO2_ReReO2buffer, 'r--', linewidth=2., label='Re-ReO2 (HP 2011 ds62)')
     plt.ylabel("log_10 (fO2)")
     plt.xlabel("T (K)")
     plt.legend(loc='lower right')
diff --git a/sphinx/figures/example_fO2.png b/sphinx/figures/example_fO2.png
index 0adb394..11eee70 100644
Binary files a/sphinx/figures/example_fO2.png and b/sphinx/figures/example_fO2.png differ



More information about the CIG-COMMITS mailing list