PlotlyJS.jl icon indicating copy to clipboard operation
PlotlyJS.jl copied to clipboard

Julia library for plotting with plotly.js

Results 112 PlotlyJS.jl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Background: I work at Plotly, and I'm trying to figure out how to better document the `plotlyjs.jl` library alongside the `plotly.jl` library. Issue: Figures I create using...

help wanted

**Describe the bug** I'm in jupyterlab, exploring data, making plotlyjs.jl plots via Plots.jl. I see this warning in the console. It's been [brought up as an issue against plotly.js](https://github.com/plotly/plotly.js/issues/337) but...

**Describe the bug** When using `plotlyjs()` backend for Plots in the jupyter notebook. It throws UndefRefError access to undefined reference **Version info** Please provide the following: 1. Julia Version 1.6.0...

**Describe the bug** Not sure if this is an issue with how plotlyjs implements documenter.jl, an issue with documenter.jl, or a hosting issue, but searching the documentation causes the page...

If I call import/using a second time, there is no error and I can use PlotlyJS fine. ``` (@v1.7) pkg> status Status `~/.julia/environments/v1.7/Project.toml` [f0f68f2c] PlotlyJS v0.14.0 julia> versioninfo() Julia Version...

**Describe the bug** Whenever I tried to create a PNG or JPG using PlotlyJS.savefig, it gives me the following error: ``` julia> PlotlyJS.savefig(io, random_line(); format="png"); ERROR: Transform failed with error...

Hi there, I lead the graphing libraries team at Plotly where we're busy working on version 2.0 of Plotly.js. I'm reaching out to folks who we know are "downstream" of...

This pull request changes the compat entry for the `Reexport` package from `0.2` to `0.2, 1.0`. This keeps the compat entries for earlier versions. Note: I have not tested your...

**ERROR: Unable to automatically install 'kaleido' from 'Artifacts.toml'** Hi, I having difficulties in updating packages to add "PlotlyJS" when 'Downloading artifact: kaleido': ``` julia> import Pkg; Pkg.add("PlotlyJS") Updating registry at...

It would be great if we could animate with PlotlyJS. [https://plot.ly/javascript/animations/](https://plot.ly/javascript/animations/)