ADCS.helpers.plotting.close_all_plots module¶
- ADCS.helpers.plotting.close_all_plots.create_close_all_button_window()[source]¶
Create a small control window with a button that closes all Matplotlib figures.
This function opens a dedicated Matplotlib figure containing a single prominently colored button. When pressed, the button closes all currently open Matplotlib figures, including those with active animations or interactive callbacks.
The function is useful as a global emergency stop for visualization-heavy workflows.
- Param:
None.
- Type:
None
- Returns:
None. All open Matplotlib figures are closed upon user interaction.
- Return type:
None