I'm having some trouble multithreading SharpPlot. It appears to really not like operating in a thread. My stuff just hangs the interpreter. I also notice that while this works:
⎕SE.UCMD 'Chart ⍳10'this does not:
⎕SE.UCMD &'Chart ⍳10'Though it does not hang the interpreter.
Worse though is that it is not consistent. Some time it works, sometime it doesn't.
Before I spend hours trying to get a consistent, simple repro, anyone have any ideas or thoughts?