displaying point and cell labels at the same time?

Hello,

I have an unstructured mesh (loaded from vtu) that contains cell and point (vertex) data. Is it possible to display/render point and cell data via labels in the same ‘RenderView’ or in two side-by-side 'RenderView’s?

To display one of them I use one of the selectors (lasso,frustrum,interactive,etc…) to select either the points of cells then use FindData->Selection Labels and select from the drop down the needed data set.

Thanks in advance.

Update:

The following sequence works in ParaView 5.12.1:

  • select points and enable point labels
  • enable ‘add selection’
  • select cells and enable cell labels