# State of PlotlyJS and support packages

**URL:** https://discourse.julialang.org/t/state-of-plotlyjs-and-support-packages/86119
**Category:** Visualization
**Tags:** plotlyjs
**Created:** [August 22, 2022, 6:16am UTC](https://discourse.julialang.org/t/state-of-plotlyjs-and-support-packages/86119 "2022-08-22T06:16:13Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![stephancb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stephancb/32/14243_2.png) [@stephancb](https://discourse.julialang.org/u/stephancb)
#### Post date: [August 24, 2022, 7:28pm UTC](https://discourse.julialang.org/t/state-of-plotlyjs-and-support-packages/86119/8 "2022-08-24T19:28:42Z")

</div>

```julia
julia> using PlotlyJS,ElectronDisplay

julia> x=0:π/56:2π; plot(scatter(;x=x, y=cos.(x)), Layout(;xaxis_title="x", yaxis_title="cos(x)"))

```

pops up a new window

 ![ElectronDisplay](https://global.discourse-cdn.com/julialang/original/3X/e/b/eb428e139a14414d5f028123c35700288a0ee2a3.png)

Subsequent plots will be added to the same window. Other than this I’m not aware of differences between Blink and ElectronDisplay as a display for PlotlyJS, hovering, zooming etc work also in ElectronDisplay.

Blink might be used for other things than PlotlyJS as well, but as far as it concerns users of PlotlyJS one could rather focus on maintaining ElectronDisplay instead of Blink. The PlotlyJS [docs](http://juliaplots.org/PlotlyJS.jl/stable/syncplots/) mention only Blink.jl. ElectronDisplay.jl should be added or replace Blink.jl.

---

_[View the full topic](https://discourse.julialang.org/t/state-of-plotlyjs-and-support-packages/86119)._
