Skip to content

vtkChartXY: Add an option to auto rescale axis range for log plots.

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

This commit is in reference to ParaView issue # 0014895. It introduces a toggle to vtkChartXY that corrects the lower axis bound to be greater than 0 when the axis is displaying in log mode. It is disabled by default.

Merge request reports