fix y axis label in projection plot of hdf_param_study

similar to 6164be16f0
This commit is contained in:
2023-08-03 14:24:06 +02:00
parent 3ab4420912
commit bc791b1028

View File

@@ -275,7 +275,7 @@ def create():
frame_range.bounds = (0, n_im)
scan_motor = scan["scan_motor"]
proj_y_plot.axis[1].axis_label = f"Scanning motor, {scan_motor}"
proj_y_plot.yaxis.axis_label = f"Scanning motor, {scan_motor}"
var = scan[scan_motor]
var_start = var[0]