Graph in Knime - Data visualization

Hi,

Is it possible to display the attached graph in Knime (get a display of individual data points in same col, with mean value calculated)? - see file attached.

Thanks,

Regards,

Claire

Hi Claire,

From the looks of it, this is a scatterplot with a categorical variable on the x-axis. While most of this is possible in KNIME (e.g. JavaScript Scatter Plot), you will not be able to also get a bar with the mean inside the plot.

However, you are able to do this with an R Snippet node in KNIME, using the ggplot package for R. For reference, please see here: http://ggplot2.tidyverse.org/reference/

Cheers,

Roland

Hey Claire,

additionally to the R Snippet node there is the Generic JavaScript View, which allows you to create any visualization you like directly in the KNIME Analytics Platform. For a quick introduction you can look at this blog post: https://www.knime.org/blog/from-d3-example-to-interactive-knime-view-in-10-minutes.

Best,
Ferry