Like I suggested before, offload the heavy math in a thread (using e.g. a worker object), send the results back to your plot widget when it’s done and then update the plot
↧