scatter plot with a heat map

I use the colour manager node to label my numeric column.
I notice that the range chosen by this node is larger than the range of the actual data (my data is between -1.45 and 3.5, while the range from the node is between 1.45 and 14.65).
This affects obviously the colours in the plot when I use colour appender node.
Is there any solution to this problem?

Hi zizoo,

could it be that you remove some rows with higher values in your workflow before?

If yes you could try to use the domain calculator node before the color manager node. This will update the table spec and hopefully then the min and max value are set correctly in the color manager correct.

Cheers,
Kathrin

3 Likes

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