pub fn show_plot_sequential_with_signal(
figure: Figure,
close_signal: Option<CloseSignal>,
) -> Result<String, String>Expand description
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).