Browse Source

ternary plot typo fix

Lucas Gautheron 1 year ago
parent
commit
cb028407c3

+ 5 - 5
plots/social_divide_ternary.eps

@@ -4,7 +4,7 @@
 %%Invocation: gs -dBATCH -dNOPAUSE -r6000 -sDEVICE=ps2write -dEPSCrop -sOutputFile=? ?
 %%Creator: GPL Ghostscript 9561 (ps2write)
 %%LanguageLevel: 2
-%%CreationDate: D:20230217183344+01'00'
+%%CreationDate: D:20230315165932+01'00'
 %%EndComments
 %%BeginProlog
 save
@@ -8968,7 +8968,7 @@ endobj
 endobj
 %%EndPageSetup
 5 0 obj
-<</Length 2076128>>stream
+<</Length 2076127>>stream
 q 0.012 0 0 0.012 0 0 cm
 q
 0 27476 41241 -27476 re
@@ -61950,9 +61950,9 @@ q
 1 0 0 1 265.25 7.896 Tm
 [(t)8.93024(h)7.94217]TJ
 /R7 9.96264 Tf
-152.389 16.127 Td
-[(T)-0.701057(h)0.931605(e)-1.6656(r)-6.4836(o)18.1992(y)-2.97831]TJ
--204.438 267.333 Td
+152.251 16.127 Td
+[(T)-0.701057(h)0.931605(e)-1.6656(o)-5.89076(r)-6.4836(y)-2.97831]TJ
+-204.3 267.333 Td
 [(P)-6.56594(h)0.929253(e)-1.6656(n)0.929253(o)-5.89076(m)1.89615(e)-1.6656(n)0.929253(o)-5.89076(lo)-5.89076(g)-5.89076(y)-2.98067]TJ
 -176.86 -267.333 Td
 [(E)-6.56505(x)-2.98008(p)-23.1602(e)-1.66501(r)-6.48477(im)1.89497(e)-1.66501(n)25.0198(t)2.56015]TJ

+ 1 - 1
plots/social_divide_ternary.pdf

@@ -1 +1 @@
-/annex/objects/MD5E-s46017--794e0af41d3ea67b1801f95dd00c5b8f.pdf
+/annex/objects/MD5E-s46014--9775d32c4721e4659915af64d3dd2984.pdf

+ 1 - 1
plots/social_divide_ternary.pgf

@@ -11197,7 +11197,7 @@
 \definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
 \pgfsetstrokecolor{textcolor}%
 \pgfsetfillcolor{textcolor}%
-\pgftext[x=6.028867in,y=0.395050in,,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Theroy}%
+\pgftext[x=6.028867in,y=0.395050in,,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Theory}%
 \end{pgfscope}%
 \begin{pgfscope}%
 \definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%

+ 1 - 1
plots/ternary_plot.py

@@ -52,7 +52,7 @@ tax.ticks(axis='lbr', linewidth=1, multiple=scale/5, tick_formats="%.1f")
 
 fontsize = 10
 
-tax.right_corner_label("Theroy", fontsize=fontsize)
+tax.right_corner_label("Theory", fontsize=fontsize)
 tax.top_corner_label("Phenomenology", fontsize=fontsize)
 tax.left_corner_label("Experiment", fontsize=fontsize)