# Display coordinates of a point

**URL:** https://discourse.paraview.org/t/display-coordinates-of-a-point/5737
**Category:** ParaView Support
**Created:** [November 6, 2020, 5:02pm UTC](https://discourse.paraview.org/t/display-coordinates-of-a-point/5737 "2020-11-06T17:02:07Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![ymjia](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/y/ccd318/32.png) [@ymjia](https://discourse.paraview.org/u/ymjia)
#### Post date: [November 11, 2020, 8:25am UTC](https://discourse.paraview.org/t/display-coordinates-of-a-point/5737/3 "2020-11-11T08:25:21Z")

</div>

if you just want to show point coordinate, use Hover Points on in the Frame Decoration Region  
 ![image](https://discourse.paraview.org/uploads/default/original/2X/2/2f4942100ff04960938b12e04905b68705963bb5.png)

For more complicated operations:

1. you can write a python script running your process
2. **Macro-\>add new macro…** to add the script as a Macro
3. then **Tools-\>Customize Shortcuts** bind a shortcut your like.

Next time after you select some point just press shortcut you defined.

---

_[View the full topic](https://discourse.paraview.org/t/display-coordinates-of-a-point/5737)._
