I am running a nested loop in which I am altering the parameters of interest in the outer loop and running corresponding predictions in the inner loop. I would like to save some scatter plots after the inner loop finishes and be able to view all of these plots when the outer loop finishes, as well as be able to export them. Can anyone help me with this?
Hello,
I think Image to Table node can help you (the scatter plot must be able to generated a image). The inner loop and the nested one can collect all generated images in table. The table with image looks like this :
For export image, you may look at Renderer to Image node, PNG Image to ImgPlus node and Image Writer.