Continuing the discussion from Display two data sets in histogram: I am also trying to wrap my head around how to use the Histogram node to do a similar thing, i.e. plot 2 histograms in the same plot, showing the different data distributions (binned counts) for 2 classes. In this case I have docking scores (these should be binned in discrete integer bins by counting occurrences on the x-axis), obtained for ligands derived from 2 different scaffolds, similar to this image:
Cant really figure out how to format the data to do this with the Histogram node. I do not want to use any of the JFreeChart nodes because they produce unappealing graphics.
Any hints appreciated!
BW/Evert