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 be118008 authored by ulrich_y's avatar ulrich_y
Browse files

Follow-up on pymule@b69dbe45 changes in mpl_axes_alginer

parent 474b7aab
No related branches found
No related tags found
No related merge requests found
Pipeline #909 passed
......@@ -282,7 +282,7 @@ fig, (ax1, ax2, ax3) = kplot(
legendopts={'what': 'u', 'loc': 'lower right'}
)
ax2.set_ylim(0.8, 2.5)
pymule.mpl_axes_aligner.yaxes(ax2, 1, ax3, 1)
pymule.mpl_axes_aligner.yaxes(ax2, ax3)
savefig("plots/nnlo.pdf")
......
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