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

A Julia interface to the plot.ly plotting library and cloud services

Results 18 Plotly.jl issues
Sort by recently updated
recently updated
newest added

Thank you so much for the package. I just posted my plotly figure online, finally, after several days of struggling. The `post`ing functionality was very hard to find since I...

With Plotly.jl v0.4.0 installed, PlotlyBase is stuck on v0.5.4 and PlotlyJS is stuck on 0.14.1. When I remove Plotly, PlotlyBase is able to upgrade to v0.8.18 and PlotlyJS goes to...

**Problem** Nothing happens when passing in a marker object into selected/unselected variable I'm trying to edit code from the tutorial here: https://dash-julia.plotly.com/interactive-graphing. At the very bottom, there is code which...

When using `facet_col`, images added to the layout only are put in the first facet: ```julia using PlotlyJS, CSV, DataFrames df = dataset(DataFrame, "iris") sources = [ "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Iris_setosa_var._setosa_%282595031014%29.jpg/360px-Iris_setosa_var._setosa_%282595031014%29.jpg", "https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Iris_versicolor_quebec_1.jpg/320px-Iris_versicolor_quebec_1.jpg", "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Iris_virginica_2.jpg/480px-Iris_virginica_2.jpg",...

Can we get something like this for Julia? https://plotly.com/python/gantt/

Using Julia 1.6.1 on macOS 11.3.1: julia> Pkg.precompile() Precompiling project... ✗ Plotly 1 dependency successfully precompiled in 7 seconds (274 already precompiled) ERROR: The following 1 direct dependency failed to...

Plotly.jl does not have upper bounds listed on some of it's dependencies, notably `HTTP.jl`. Upper bounds have been introduced on all dependencies in `general`, c.f., https://github.com/JuliaRegistries/General/blob/master/P/Plotly/Compat.toml#L2 This causes some confusion...

I defined an animation via PlotlyJS.jl. When the plot is saved as html the animation works, but code for the plot sent to plotly chart studio doesn't contain the frames:...

I tried displaying in `jupyter notebook` which works fine on my local machine but when I upload the notebook on Github it is not displayed. I even tried _nbviewer_ but...

When using IJulia and plotting with Plotly as backend to plots, plots after the first one seem to overwrite the first plot rather than creating a new plot. Example ```julia...