<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi all,</p>
<p>I have created a simple python script that generates and renders a series of profile plots. It works fine. Now I would like to transform the script into a processing algorithm in order to create a better UX and to allow users to set some parameters (e.g. plot distance in exported image).</p>
<p>Unfortunately, the generation process (in the background thread) never finishes within the processing algorithm. It works fine in the simple python script (without processing algorithm).</p>
<p>You can find the code here: <a href="https://mega.nz/folder/Kn51yY7K#5HYICPUaqOIQf-oQykSx7w">https://mega.nz/folder/Kn51yY7K#5HYICPUaqOIQf-oQykSx7w</a></p>
<p>Is there an issue with the background threads (algorithm thread vs. plot generation thread)? </p>
<p>Best regards<br />Simon</p>

</body></html>