Hi, KNIMEr
It is very easy to generate a plot in one component.
But if I want to generate some plots dynamically, it doesn’t seem feasible, does anyone know how?
Thanks!
dynamic_view_how_to.knwf (20.6 KB)
Hi, KNIMEr
It is very easy to generate a plot in one component.
But if I want to generate some plots dynamically, it doesn’t seem feasible, does anyone know how?
Thanks!
dynamic_view_how_to.knwf (20.6 KB)
Hi @HaveF,
This is unfortunately currently not possible. But maybe you can make use of the Tile View (JavaScript) instead. Enable the image output for the Scatterplot and then use a Image To Table node to put the image into a table row. Then collect this image row in the Loop End and pass that table to the Tile View. The Tile View shows tiles with table content and this content can also be images in PNG or SVG format. Does that help?
Kind regards,
Alexander
haha , I see. Thanks @AlexanderFillbrunn
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.