# Plots with plotly() backend does not show in VS code

**URL:** https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579
**Category:** New to Julia
**Tags:** plotting
**Created:** [June 17, 2020, 7:23am UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579 "2020-06-17T07:23:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![sunjin](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sunjin](https://discourse.julialang.org/u/sunjin)
#### Post date: [June 17, 2020, 7:23am UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579/1 "2020-06-17T07:23:03Z")

</div>

Hi,  
I am trying to make a simple plot using Plots from VS code REPL. While the default gr() backend plots fine, the plot in the figure pane does not automatically resize when resizing the plot pane under VS code. On the other hand, the Plotly package does make resizable plots, but when I try to use the plotly() backend with Plots, the plots does not show in the figure pane. Can someone help me out on how to make plots to show? I’m using v1.4 and VS code julia extension.

---

<div class="post-metadata">

### Author: ![ninjit](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ninjit/32/17009_2.png) [@ninjit](https://discourse.julialang.org/u/ninjit)
#### Post date: [August 9, 2020, 4:24am UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579/2 "2020-08-09T04:24:52Z")

</div>

I experienced the same trouble with plotly() in trying out different backends under vscode.  
the plotlyjs() version did work for me though

---

<div class="post-metadata">

### Author: ![tiago](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tiago/32/22567_2.png) [@tiago](https://discourse.julialang.org/u/tiago)
#### Post date: [November 17, 2020, 3:42pm UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579/3 "2020-11-17T15:42:36Z")

</div>

I’m having the same issue here! the plot does not show up. I’m currently using Firefox and windows 10

---

<div class="post-metadata">

### Author: ![jasonjancao](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jasonjancao/32/20179_2.png) [@jasonjancao](https://discourse.julialang.org/u/jasonjancao)
#### Post date: [December 10, 2020, 11:56pm UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579/4 "2020-12-10T23:56:32Z")

</div>

I have the same issue,anyone could help me out?

 ![PLT](https://global.discourse-cdn.com/julialang/original/3X/4/b/4ba8d3256021dabe0011e41dc461928fc250b69b.png)

---

<div class="post-metadata">

### Author: ![ninjit](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ninjit/32/17009_2.png) [@ninjit](https://discourse.julialang.org/u/ninjit)
#### Post date: [January 29, 2021, 5:48pm UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579/5 "2021-01-29T17:48:10Z")

</div>

Did you try the plotlyjs version?  
That worked for me.

---

<div class="post-metadata">

### Author: ![Joe\_Strinka](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joe_strinka/32/21238_2.png) [@Joe\_Strinka](https://discourse.julialang.org/u/Joe_Strinka)
#### Post date: [March 23, 2021, 5:09pm UTC](https://discourse.julialang.org/t/plots-with-plotly-backend-does-not-show-in-vs-code/41579/6 "2021-03-23T17:09:00Z")

</div>

Same issue on Jupyter Notebooks with Plotly and PlotlyJS backends
