Skip to content

Add user toggle for 2D log plot with negative data values.

T.J. Corona requested to merge tjcorona/paraview:log-plot-behavior into master

This fix is in reference to Issue #14895 (closed). It introduces a global toggle to bypass the negative log axis warning, instead clipping the data to a positive value when the logarithm is selected.

Related to vtk/vtk!1584 (merged)

Merge request reports