# Highlight points

**URL:** https://discourse.paraview.org/t/highlight-points/8133
**Category:** ParaView Support
**Created:** [October 6, 2021, 12:55pm UTC](https://discourse.paraview.org/t/highlight-points/8133 "2021-10-06T12:55:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Andrea](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/a/c37758/32.png) [@Andrea](https://discourse.paraview.org/u/Andrea)
#### Post date: [October 6, 2021, 12:55pm UTC](https://discourse.paraview.org/t/highlight-points/8133/1 "2021-10-06T12:55:56Z")

</div>

Hi,

Probably it is a very simple question but I have not found the answer on google or documentation.

Can I highlight (putting markers) some points in paraview?

I am post processing a room and I want to mark points where I took measurements

---

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [October 6, 2021, 2:04pm UTC](https://discourse.paraview.org/t/highlight-points/8133/2 "2021-10-06T14:04:52Z")

</div>

You can use PointSource to create a point desired position. Or you can use other sources (sphere, cone) to create other objects at desired positions.  
Or you can use ProgrammableSource to create a polydata with all your points.

Dan

---

<div class="post-metadata">

### Author: ![Andrea](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/a/c37758/32.png) [@Andrea](https://discourse.paraview.org/u/Andrea)
#### Post date: [October 7, 2021, 7:30am UTC](https://discourse.paraview.org/t/highlight-points/8133/3 "2021-10-07T07:30:14Z")

</div>

Thanks a lot. This is what I was looking for
