Skip to content

Commit

Permalink
label y-axis for Fresnel and RxQ^4 plots correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Feb 4, 2025
1 parent 02435b7 commit 0173312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refl1d/webview/client/src/components/DataView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function generate_new_traces(model_data: ModelData[][], view: ReflectivityPlot,
plot_index++;
}
}
yaxis_label = "Fresnel Reflectivity";
yaxis_label = "Fresnel (R/R_substrate)";
break;
}
case "RQ^4": {
Expand Down Expand Up @@ -230,7 +230,7 @@ function generate_new_traces(model_data: ModelData[][], view: ReflectivityPlot,
plot_index++;
}
}
yaxis_label = "Reflectivity / Q<sup>4</sup>";
yaxis_label = "R \u{00B7} Q<sup>4</sup>";
break;
}
case "Spin Asymmetry": {
Expand Down

0 comments on commit 0173312

Please sign in to comment.