# Reactive plot in Pluto or Jupyter?

**URL:** https://discourse.julialang.org/t/reactive-plot-in-pluto-or-jupyter/77654
**Category:** General Usage
**Tags:** jupyter, reactiveprogramming, plots, pluto
**Created:** [March 9, 2022, 10:25pm UTC](https://discourse.julialang.org/t/reactive-plot-in-pluto-or-jupyter/77654 "2022-03-09T22:25:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![maajdl](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maajdl/32/22838_2.png) [@maajdl](https://discourse.julialang.org/u/maajdl)
#### Post date: [March 9, 2022, 10:25pm UTC](https://discourse.julialang.org/t/reactive-plot-in-pluto-or-jupyter/77654/1 "2022-03-09T22:25:07Z")

</div>

Hello,

This is what I would like to do in Pluto or JupyterLab:

> Create a plot  
> Click on this plot  
> Get the coordinates into some variables (binding)  
> Modify the plot

To be run in Pluto or Jupyter

Would that be possible?

Thanks

Michel

---

<div class="post-metadata">

### Author: ![photor](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/photor/32/14343_2.png) [@photor](https://discourse.julialang.org/u/photor)
#### Post date: [March 10, 2022, 2:31am UTC](https://discourse.julialang.org/t/reactive-plot-in-pluto-or-jupyter/77654/2 "2022-03-10T02:31:01Z")

</div>

Interact  
Makie

---

<div class="post-metadata">

### Author: ![lungben](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lungben/32/12314_2.png) [@lungben](https://discourse.julialang.org/u/lungben)
#### Post date: [March 10, 2022, 7:58am UTC](https://discourse.julialang.org/t/reactive-plot-in-pluto-or-jupyter/77654/3 "2022-03-10T07:58:19Z")

</div>

It should be possible to enhance [https://github.com/JuliaPluto/PlutoPlotly.jl](https://github.com/JuliaPluto/PlutoPlotly.jl) to publish click events of coordinates, so that it could be used in Pluto with `@bind`.

[https://github.com/JuliaPluto/PlutoPlotly.jl/issues/1](https://github.com/JuliaPluto/PlutoPlotly.jl/issues/1)
