lyse is an analysis framework. It coordinates the running of python analysis scripts on experiment data as it becomes availiable, updating plots in real time.
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
Plot windows should remember their position/size/autoscale #5
Plot windows should remember where they were last placed, the state of the autoscale button and their last size. Obviously they currently do this when new data comes in and the plot is updated, but they do not do it if lyse restarts, or the analysis script is removed and re-added.
This is useful if lyse crashes, or the analysis process crashes, as much of the restart time is spent setting up the plot windows, etc again.
Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).
Plot windows should remember where they were last placed, the state of the autoscale button and their last size. Obviously they currently do this when new data comes in and the plot is updated, but they do not do it if lyse restarts, or the analysis script is removed and re-added.
This is useful if lyse crashes, or the analysis process crashes, as much of the restart time is spent setting up the plot windows, etc again.