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

I promised a little writeup on this so here goes. Right now marshalling all data to decimal and back is going to be pretty expensive. In an ideal world the...

perf

PlotlyJS v0.13.0 PlotlyJS used to output into a separate window, not into the plot pane (which I really liked). Now from version 0.13 it uses the plot pane. is there...

After recent updates, figures in the Plot panel inside Juno/Atom does not scale vertically automatically. It still scale to fill the width of the panel, but not the height. I...

**Describe the bug** Following warning is thrown when plot() is called with Plots on Jupyter notebook. Warning: Accessing scope.id is deprecated; use scopeid(scope) instead. │ caller = ip:0x0 └ @...

PlotlyJS tries to access the global WebIO object - but it can't since that's not defined in JupyterLab (because JupyterLab opens multiple notebooks in one Javascript context and doing so...

Hi, I've [learned](https://plot.ly/python/images/) that the Python interface to Plotly has the ability to import outside images as backgrounds, logos, overlays to plots, etc. I could really use this ability with...

subplots

**Describe the bug** When using two different DataFrames to plot into a bar chart as two different traces, the resultant bar chart does not show what I would expect; the...

When I have subplots and interact with them (zoom). the zoom on x axes not synced ``` using PlotlyJS x = 1:10; y = rand(10,2); plot([Plot(x, y[:,1]), Plot(x, y[:,1])]) ```...

INFO: Precompiling module PlotlyJS. ERROR: LoadError: LoadError: LoadError: UndefVarError: JSString not defined Stacktrace: [1] include_from_node1(::String) at ./loading.jl:576 [2] include(::String) at ./sysimg.jl:14 [3] include_from_node1(::String) at ./loading.jl:576 [4] include(::String) at ./sysimg.jl:14 [5]...

Hi @sglyon 👋 I raised this issue once here https://github.com/sglyon/PlotlyJS.jl/issues/184 but would like to raise it again. Blink.jl is kind of a heavy dependency with a nontrivial build process. I...