Visualisations

I am new to KNIME
I working with a dataset. Is there a way I can output different visualisations/charts images instead of saving each image separately. Each of these different charts/visualisations are based on different columns computed from the dataset .how can I save/export these to a folder , instead of saving each graph individually.
Basically when I run the workflow all these graphs/visualisations needs to be saved in a location. I can use them to prepare a report accordingly.

Thanks in advance

@praskavi welcome to the KNIME forum. You could use a loop and flow variables to construct the image names and save them to a folder like in this example. Sometimes you will have to activate the green image output in the settings of an image node:

2 Likes

image
Thanks for your reply, PFA picture, I am trying to generate box plot ( eg: for 5 numerical columns),
I want to loop 5 times , save to table( Image to Table), write it to folder ( Image writer),
How can I loop ?

@praskavi you could take a look at the guide for loops (and flow variables) and then create an image name like in the example I linked above.

https://docs.knime.com/latest/analytics_platform_flow_control_guide/#loops

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.