# Legend in Paraview Glance

**URL:** https://discourse.paraview.org/t/legend-in-paraview-glance/6714
**Category:** Web Support
**Created:** [March 16, 2021, 12:59pm UTC](https://discourse.paraview.org/t/legend-in-paraview-glance/6714 "2021-03-16T12:59:24Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![Forrest\_Li](https://discourse.paraview.org/user_avatar/discourse.paraview.org/forrest_li/32/1935_2.png) [@Forrest\_Li](https://discourse.paraview.org/u/Forrest_Li)
#### Post date: [February 7, 2023, 8:35pm UTC](https://discourse.paraview.org/t/legend-in-paraview-glance/6714/21 "2023-02-07T20:35:41Z")

</div>

Is your codepath hitting the `addActor` lines when you right click? It could be that the spheres are tiny; the radius is set to 0.01.

---

<div class="post-metadata">

### Author: ![ezesiza](https://discourse.paraview.org/user_avatar/discourse.paraview.org/ezesiza/32/10611_2.png) [@ezesiza](https://discourse.paraview.org/u/ezesiza)
#### Post date: [February 8, 2023, 11:58am UTC](https://discourse.paraview.org/t/legend-in-paraview-glance/6714/22 "2023-02-08T11:58:44Z")

</div>

The radius is fine, also tried something bigger like 0.10. it works for a simple vtk appxn

 ![image](https://discourse.paraview.org/uploads/default/original/2X/6/6d1b9c7ffc49eaf8434a1c3dd97e15a068a271ea.png)  
Yes it does hit the `addActor` line as shown in the console.  
 ![image](https://discourse.paraview.org/uploads/default/original/2X/0/01d5e8b74813c2d59e8c1be3cfaaa015777514eb.png)

---

<div class="post-metadata">

### Author: ![Forrest\_Li](https://discourse.paraview.org/user_avatar/discourse.paraview.org/forrest_li/32/1935_2.png) [@Forrest\_Li](https://discourse.paraview.org/u/Forrest_Li)
#### Post date: [February 16, 2023, 3:19pm UTC](https://discourse.paraview.org/t/legend-in-paraview-glance/6714/23 "2023-02-16T15:19:38Z")

</div>

The only other thing I can think of to debug this is to log the actors in the scene after clicking. Either the actor isn’t getting added or some other code is removing the spheres.

[Previous page](https://discourse.paraview.org/t/legend-in-paraview-glance/6714.md?page=1)
