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