Skip to content
Snippets Groups Projects
Commit 21b20999 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

repair label for scalar multicurve plot

parent 240e2179
No related branches found
No related tags found
1 merge request!1736repair label for scalar multicurve plot
Pipeline #104122 passed
......@@ -544,7 +544,8 @@ def plot_multicurve(results, xlabel, ylabel):
def plot_multicurve_specular(results):
plt.yscale('log')
plot_multicurve(results, r'$\alpha_{\rm i} \;(^\circ)$', r'Intensity')
xlabel = get_axes_labels(results[0], ba.Coords_UNDEFINED)[0]
plot_multicurve(results, xlabel, r'Intensity')
# ************************************************************************** #
# global settings
......
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