Hybrid Graph

@badger101 I think the easiest thing to do would be to find a Python code on the net for Matplotlib or Seaborn which are included in the bundled Python of KNIME - and then adapt the code to fit your needs like in these examples. Also If you could provide sample data it might be easier to create a workflow that does what you want.

https://hub.knime.com/search?type=Workflow&tag=python,graphic&sort=best

You can also turn that into a dashboard with flexible settings if you want (link to video in the article):

Similar approaches can be done with R - so if you have a code for ggplot2 that also might work

https://medium.com/low-code-for-advanced-data-science/the-beautiful-violin-plot-that-has-it-all-create-graphics-with-r-and-knime-components-b45464428d19

4 Likes