Update overview plot on parameter change

For #45
This commit is contained in:
usov_i 2021-11-09 17:01:52 +01:00
parent 4c8037af5c
commit 3934dcdd07

View File

@ -527,6 +527,7 @@ def create():
# also `old` and `new` are the same for non-scalars # also `old` and `new` are the same for non-scalars
for scan, export in zip(det_data, new["export"]): for scan, export in zip(det_data, new["export"]):
scan["export"] = export scan["export"] = export
_update_overview()
_update_preview() _update_preview()
scan_table_source = ColumnDataSource(dict(file=[], scan=[], param=[], fit=[], export=[])) scan_table_source = ColumnDataSource(dict(file=[], scan=[], param=[], fit=[], export=[]))