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

The "Saving figures" section in the index page of the documentation says that > "If you would like to save your figures to files in a format other than json...

**Describe the bug** For some reason only in `jupyter-notebook` colorbar of a heatmap shows up as a black strip. Same code works fine inside `jupyter-lab` and `atom`. Additionally when I...

I’m trying to use the PlotlyJS backend on Julia 1.0 on Mac, but am getting ```jl UndefVarError: JupyterPlot not defined Stacktrace: [1] _show(::Base.GenericIOBuffer{Array{UInt8,1}}, ::MIME{Symbol("text/html")}, ::Plots.Plot{Plots.PlotlyJSBackend}) at /Users/dpsanders/.julia/packages/Plots/EJpx2/src/backends/plotlyjs.jl:61 [2] show(::Base.GenericIOBuffer{Array{UInt8,1}}, ::MIME{Symbol("text/html")},...

Hi, I noticed that after the new update plots are shown on an external electron window. Is there a way to have them shown in a cell of a jupyter...

```julia p1 = plot(scatter(;y=randn(25))) p2 = plot(scatter(;y=randn(25)), Layout(shapes=[hline(0.25)])) pjoin = [p1; p2] ``` * `p1` is as expected * `p2` is as expected * `pjoin` no longer has the horizontal...

subplots

Wondering if such a snippet would come in handy to others? This plots the Plotly plots in SVG. Comes in handy when I export my notebooks to share with others...

Hello, I am consistently finding a weird behaviour in 2d plots: no values are plotted on either axis. For instance, the example linescatter2 from the guide return the following plot...

Is it possible to generate subplots with shared axes like https://plot.ly/javascript/subplots/#subplots-with-shared-axes?

enhancement
subplots

I am using the example of `linescatter2()` and find that: In Juno, title is cut off, ![image](https://user-images.githubusercontent.com/11856151/42232845-bd1f64ac-7ebd-11e8-8b02-b6225af74f12.png) However, in the separate window from REPL, everything is good, as fixed in...

Hi, I think I encountered two different bugs. I'm a new user of plotly*, so sorry if I'm just doing everything wrong. The first is in `restyle` ```julia julia> pl...