Matthias: You can achieve that by setting the CurrentAxes property of the figure directly before calling SC. Alternatively, you can first draw the image in your GUI using IMAGE and save the image handle, then in the callbacks just set the CData property of the image using the output of SC. I do the latter, because it is faster at updating on screen.
Comment only