I just tried to highlite and mouse over an expression that takes a very long time to calculate, and it hangs the GUI.
Something like:
xxx= randn(100000000) pixelxxx= map( p.controller.dasPlot.XAxis.transform, xxx )
Then highlite the map(...) expression.
Something like:
Then highlite the map(...) expression.