Skip to main content

Module single_window_manager

Module single_window_manager 

Source
Expand description

Single Window Manager - V8-caliber EventLoop management

Ensures only one interactive plot window exists at a time, avoiding winit’s “EventLoop can’t be recreated” error.

Functions§

is_window_available
Check if the window system is available
show_plot_sequential
Show a plot using a single, managed window approach
show_plot_sequential_with_signal
Same as show_plot_sequential, but allows callers to provide a close signal that can terminate the window externally (e.g. from a figure lifecycle event).