Is it possible to specify the maximum and minumum value for a histogram rather than be calculated automatically?
Many thanks
Neil Berry
Is it possible to specify the maximum and minumum value for a histogram rather than be calculated automatically?
Many thanks
Neil Berry
Hello Neil,
the current implementation of the histogram uses the information from the column domain for the minimum and maximum value.
In order to change it you have to filter all rows with values outside of the desired interval by using e.g. the row filter node. Subsequently you have to recalculate the domain of the column used for filtering using the domain calculator node.
Bye,
Tobias
Hi Tobias,
is there a solution to visualize (in the histogram visualization) the minimum and other values if they are negative?
Thanks
B129