Skip to content

Unselectable plots and expose vtkHighestDensityRegionStatistics api

Add flexibility to plots by:

  • optionally making them not selectable
  • hide the bag in vtkPlotBag
  • fix a crash in vtkPlotHistogram2D

Exposes vtkHighestDensityRegionStatistics::ComputeHDR() to let the developer compute HDR on points other than observation points (e.g. points on a grid).

Cc: @mhanwell @jpouderoux

Merge request reports