# \#plotlylight

**URL:** https://discourse.julialang.org/tag/plotlylight/1368.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Looking for more detailed documentation of \`PlotlyLight.jl\`](https://discourse.julialang.org/t/looking-for-more-detailed-documentation-of-plotlylight-jl/111009)

<div class="topic-metadata">

**Author:** [@WuSiren](https://discourse.julialang.org/u/WuSiren)\
**Replies:** 4\
**Last updated:** [July 14, 2025, 10:07am UTC](https://discourse.julialang.org/t/looking-for-more-detailed-documentation-of-plotlylight-jl/111009 "2025-07-14T10:07:31Z")

</div>

I found that the PlotlyLight package is very good and very useful to me, but its documentation is currently a bit brief (or I didn’t find it in the right place). Is there any more detailed instructions on its use? Thanks…

---

## [How to change PlotlyJS theme](https://discourse.julialang.org/t/how-to-change-plotlyjs-theme/128435)

<div class="topic-metadata">

**Author:** [@LaurentPlagne](https://discourse.julialang.org/u/LaurentPlagne)\
**Replies:** 4\
**Last updated:** [April 27, 2025, 7:39am UTC](https://discourse.julialang.org/t/how-to-change-plotlyjs-theme/128435 "2025-04-27T07:39:21Z")

</div>

I begin to use PlotlyJS and I wonder how to change the theme. I also wonder about the right Plotly julia package (PlotlyJS/PlotlyLight). Best

---

## [Downloads.download (in PlotlyLight) failing for github plotly.js repository](https://discourse.julialang.org/t/downloads-download-in-plotlylight-failing-for-github-plotly-js-repository/106226)

<div class="topic-metadata">

**Author:** [@Titas22](https://discourse.julialang.org/u/Titas22)\
**Replies:** 6\
**Last updated:** [November 24, 2023, 3:42pm UTC](https://discourse.julialang.org/t/downloads-download-in-plotlylight-failing-for-github-plotly-js-repository/106226 "2023-11-24T15:42:50Z")

</div>

Hi, I’m having issues with using PlotlyLight.jl and tracked down the issue to the following call: Downloads.download("https://github.com/plotly/plotly.js/releases/latest") I end up getting the following error: julia\>…

---

## [\[ANN\] Announcing PlotlyLight.jl](https://discourse.julialang.org/t/ann-announcing-plotlylight-jl/76549)

<div class="topic-metadata">

**Author:** [@joshday](https://discourse.julialang.org/u/joshday)\
**Replies:** 0\
**Last updated:** [February 16, 2022, 10:34am UTC](https://discourse.julialang.org/t/ann-announcing-plotlylight-jl/76549 "2022-02-16T10:34:06Z")

</div>

Hey all! I’d like to share a lightweight interface to create Plotly.js plots from Julia: Since Plotly plots are generated from 3 JSON objects (data, layout, and config), we simply JSON3.write some EasyConfig.Configs a…

---

## [Display with different plots show the same plot several times](https://discourse.julialang.org/t/display-with-different-plots-show-the-same-plot-several-times/103897)

<div class="topic-metadata">

**Author:** [@ovt](https://discourse.julialang.org/u/ovt)\
**Replies:** 1\
**Last updated:** [October 11, 2023, 3:06pm UTC](https://discourse.julialang.org/t/display-with-different-plots-show-the-same-plot-several-times/103897 "2023-10-11T15:06:41Z")

</div>

Here is a minimal example: using PlotlyLight display(Plot(y=rand(10))) display(Plot(y=rand(10))) If I run this code inside a script, it will open two tabs in my browser with the same plot on both tabs. Somehow, it doe…

---

## [Select default browser to display PlotlyLight.Plot()](https://discourse.julialang.org/t/select-default-browser-to-display-plotlylight-plot/99987)

<div class="topic-metadata">

**Author:** [@ellocco](https://discourse.julialang.org/u/ellocco)\
**Replies:** 0\
**Last updated:** [June 7, 2023, 7:11am UTC](https://discourse.julialang.org/t/select-default-browser-to-display-plotlylight-plot/99987 "2023-06-07T07:11:42Z")

</div>

One important feature for a plot package the produces interactive HTML-output is for me the feature to select the default browser to display my HTML-figure. Below a code snippet for the package plotlylight-jl: using Plo…
