Hello,
I have a workflow that generates a heatmap (among other things). I would like to be able to create an individual heatmap for each iteration. Is this possilbe and if so, how?
Sofar I have tries
placing the heatmap within the loop. Then I get a heatmap of the last iteration.
placing the heatmap after the loop. Then I get one heat map with all my data.
what is your goal with heatmaps? Actually heatmap is created in each loop iteration but you only see last when loop executed as such. To inspect it in each loop iteration use Step Loop Iteration option for your loop end node.