Question: Multithreaded plotting?

Is there a way to plot a function in a multithreaded way?

I have a computing-intensive function (eg. integral over Hermitian-Polynoms), which I want to plot. I couldn't find a way to do this such, that all my cpu-cores are used.

Any suggestions?

Thanks!

Please Wait...