Function python_plot

Source
pub fn python_plot(xs: Vec<&[f32]>)
Expand description

Debug utility function that will run a python script to plot the data.

This function generates a Python script to create plots of the input data and their autocorrelations. It then executes the script using the system’s Python interpreter.

Note: This function will open a new window to display the plots and will block execution until the window is closed. It also suppresses stdout and stderr from the Python process.