Skip to content

Re: HEAT MAP stop autoadapt

#2938
Marc
Participant

Dear Laurent,

a short example for your problem:
// write output as JPEG and changing properties
heatmap::plotParam<T> jpeg_Param;
jpeg_Param.minValue = 0.;
jpeg_Param.maxValue = 5.;
heatmap::write(planeReduction, iT, jpeg_Param);

For additional modification of the heatmap writer, see the venturi example in the code.

Best,
Marc