Skip to content

Commit

Permalink
updating correlation labels
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Apr 23, 2015
1 parent 82c7c96 commit 62482a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/CorrelationsHessian.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10311,10 +10311,10 @@
"plt.colorbar()\n",
"frame = plt.gca()\n",
"frame.axes.get_yaxis().set_major_locator(LinearLocator(8))\n",
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{d}$', '\\n\\n' + r'$\\bar{u}$', \n",
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{u}$', '\\n\\n' + r'$\\bar{d}$', \n",
" '\\n\\n$g$', '\\n\\n$d$', '\\n\\n$u$', '\\n\\n$s$']))\n",
"frame.axes.get_xaxis().set_major_locator(LinearLocator(8))\n",
"frame.get_xaxis().set_major_formatter(FixedFormatter(['\\t'+r'$\\bar{s}$', '\\t'+r'$\\bar{d}$', '\\t'+r'$\\bar{u}$', \n",
"frame.get_xaxis().set_major_formatter(FixedFormatter(['\\t'+r'$\\bar{s}$', '\\t'+r'$\\bar{u}$', '\\t'+r'$\\bar{d}$', \n",
" '\\t$g$', '\\t$d$', '\\t$u$', '\\t$s$']))\n",
"\n",
"plt.figure()\n",
Expand All @@ -10324,7 +10324,7 @@
"\n",
"frame = plt.gca()\n",
"frame.axes.get_yaxis().set_major_locator(LinearLocator(8))\n",
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{d}$', '\\n\\n' + r'$\\bar{u}$', \n",
"frame.get_yaxis().set_major_formatter(FixedFormatter(['\\n\\n' + r'$\\bar{s}$', '\\n\\n' + r'$\\bar{u}$', '\\n\\n' + r'$\\bar{d}$', \n",
" '\\n\\n$g$', '\\n\\n$d$', '\\n\\n$u$', '\\n\\n$s$']))\n",
"frame.axes.get_xaxis().set_major_locator(LinearLocator(8))\n",
"frame.get_xaxis().set_major_formatter(FixedFormatter(['\\t'+r'$\\bar{s}$', '\\t'+r'$\\bar{d}$', '\\t'+r'$\\bar{u}$', \n",
Expand Down

0 comments on commit 62482a8

Please sign in to comment.