Skip to main content

show_plot_sequential_with_signal

Function show_plot_sequential_with_signal 

Source
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).