0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix: after removing plot from BECFigure, the coordinates are correctly resigned

This commit is contained in:
wyzula-jan
2024-02-19 16:36:35 +01:00
parent 684592ae37
commit d678a85957
5 changed files with 148 additions and 22 deletions

View File

@ -26,7 +26,7 @@ for ii in range(20):
topic=MessageEndpoints.device_async_readback(
scanID=scanID, device="mca"
), # scanID will be different for each scan
msg={"data": msg},
msg={"data": msg}, # TODO should be msg_dict
expire=1800,
)