Skip to content

Commit 62482a8

Browse files
author
Stefano Carrazza
committed
updating correlation labels
1 parent 82c7c96 commit 62482a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/CorrelationsHessian.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10311,10 +10311,10 @@
1031110311
"plt.colorbar()\n",
1031210312
"frame = plt.gca()\n",
1031310313
"frame.axes.get_yaxis().set_major_locator(LinearLocator(8))\n",
10314-
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{d}$', '\\n\\n' + r'$\\bar{u}$', \n",
10314+
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{u}$', '\\n\\n' + r'$\\bar{d}$', \n",
1031510315
" '\\n\\n$g$', '\\n\\n$d$', '\\n\\n$u$', '\\n\\n$s$']))\n",
1031610316
"frame.axes.get_xaxis().set_major_locator(LinearLocator(8))\n",
10317-
"frame.get_xaxis().set_major_formatter(FixedFormatter(['\\t'+r'$\\bar{s}$', '\\t'+r'$\\bar{d}$', '\\t'+r'$\\bar{u}$', \n",
10317+
"frame.get_xaxis().set_major_formatter(FixedFormatter(['\\t'+r'$\\bar{s}$', '\\t'+r'$\\bar{u}$', '\\t'+r'$\\bar{d}$', \n",
1031810318
" '\\t$g$', '\\t$d$', '\\t$u$', '\\t$s$']))\n",
1031910319
"\n",
1032010320
"plt.figure()\n",
@@ -10324,7 +10324,7 @@
1032410324
"\n",
1032510325
"frame = plt.gca()\n",
1032610326
"frame.axes.get_yaxis().set_major_locator(LinearLocator(8))\n",
10327-
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{d}$', '\\n\\n' + r'$\\bar{u}$', \n",
10327+
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{u}$', '\\n\\n' + r'$\\bar{d}$', \n",
1032810328
" '\\n\\n$g$', '\\n\\n$d$', '\\n\\n$u$', '\\n\\n$s$']))\n",
1032910329
"frame.axes.get_xaxis().set_major_locator(LinearLocator(8))\n",
1033010330
"frame.get_xaxis().set_major_formatter(FixedFormatter(['\\t'+r'$\\bar{s}$', '\\t'+r'$\\bar{d}$', '\\t'+r'$\\bar{u}$', \n",

0 commit comments

Comments
 (0)