Problems with heatmap view

Hi all,
I am trying to visualize a dataset with a JS-Heatmap (/Views/JavaScript/Heatmap, using Knime AP v4.5.2). The dataset has a size of 65 rows x 167 columns. I tried different settings, but I can’t get the view to display the entire dataset. The view of the heatmap is truncated at the ~68th column and I need to pan the map in order to see the other columns.
Is there any way to adjust the settings in a way, that the heatmap for the entire dataset is shown at once (ideally also in a shared component, in which I want to embed the heatmap-node)?

Any help would be more than welcome!

Best regards,
Stephan

Hi @StephanL,

I am not aware of any limitation in terms of rows and columns displayed, however why don’t you consider to group them? Is there any specific reason?

If no, consider using this node

Have a nice day,
RB

Hi lelloba, thanks for the suggestion. But in this case, the dataset should be displayed as is (what I’ve shown in the screenshot are just dummy values, the actual look more “meaningful”), so grouping them is unfortunately not an option.

Regards,
Stephan

Sorry for the late reply. I think I badly understood your problem at first.

However, if you use this other node you should be able to see all columns and rows:


(170 columns, 70 rows test dataset plot)

Have a nice evening,
RB

Turns out, I forgot to mention that using the heatmap interactively (i.e. with the ability to select rows) is important in this case. While the JFreeChart node is able to show the entire dataset, it seems that it lacks this capability. Anyways, thanks for taking the time to dig into this!

Best regards,
Stephan

1 Like

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