Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ded3eb64 authored by ulrich_y's avatar ulrich_y
Browse files

#17 and #13: made line at 1 smaller in kplot

parent 28d71050
No related branches found
No related tags found
No related merge requests found
...@@ -241,7 +241,7 @@ def kplot(sigma, labelx='$x_e$', labelsigma=None, ...@@ -241,7 +241,7 @@ def kplot(sigma, labelx='$x_e$', labelsigma=None,
if 2 in showk and 'nnlo' in sigma: if 2 in showk and 'nnlo' in sigma:
axs[2].tick_params(labelcolor=orderscheme['nnlo'], axis='y') axs[2].tick_params(labelcolor=orderscheme['nnlo'], axis='y')
axs[1].axhline(1, color='black', linewidth=1, zorder=1) axs[1].axhline(1, color='black', linewidth=0.4, zorder=1)
plegend = zip(*[ plegend = zip(*[
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment