# displaying point and cell labels at the same time?

**URL:** https://discourse.paraview.org/t/displaying-point-and-cell-labels-at-the-same-time/15265
**Category:** ParaView Support
**Created:** [August 21, 2024, 3:02pm UTC](https://discourse.paraview.org/t/displaying-point-and-cell-labels-at-the-same-time/15265 "2024-08-21T15:02:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![wolfman21](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/7bcc69/32.png) [@wolfman21](https://discourse.paraview.org/u/wolfman21)
#### Post date: [August 21, 2024, 3:02pm UTC](https://discourse.paraview.org/t/displaying-point-and-cell-labels-at-the-same-time/15265/1 "2024-08-21T15:02:33Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![wolfman21](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/7bcc69/32.png) [@wolfman21](https://discourse.paraview.org/u/wolfman21)
#### Post date: [August 21, 2024, 3:11pm UTC](https://discourse.paraview.org/t/displaying-point-and-cell-labels-at-the-same-time/15265/2 "2024-08-21T15:11:37Z")

</div>

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
