Currently the plotting in most case studies are done manually via periodic checks ```py if foto_timer >= foto_timer_limit or foto_timer == 0: # Plotting ``` It is desirable to have proper abstraction for this and simplify the plotting section in case files.
Currently the plotting in most case studies are done manually via periodic checks
It is desirable to have proper abstraction for this and simplify the plotting section in case files.