Creating a histogram with specific values

Hi Everyone,

I have a query regarding preparing a Histogram.
I have a table that is measuring time difference between previous rows and inputting it into a:- HH:MM:SS format.
The table is:
test.xlsx (9.7 KB)

Now I want to plot these values and make a histogram with dynamic upper and lower control limits in the graph. The graph should look something like this:

I could not find a method to make this graph using the normal Histogram nodes.
Is there a way that this kind of histogram can be plotted? Thanks.

@Adeel_123 you could try and use the python integration and ask ChatGPT to provide the code. You can then make the limits flexible with Flow Variables.

And when you wrap that in a component you have your individual dashboard.

3 Likes

Hi,

Thanks for the reply. I can surely try your suggestion.
Just wanted to know is there an alternative way to have this kind of histogram through the existing nodes in KNIME ?

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