fix y axis label in projection plot
This commit is contained in:
parent
07f03a2a04
commit
6164be16f0
@ -406,7 +406,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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user