-
-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Description
Surface plot not working with plotlyjs backend
using Plots
plotlyjs()
surface(rand(200,100))compare with PlotlyJS
import PlotlyJS
PlotlyJS.Plot(PlotlyJS.surface(z=rand(200,100)))Backends
This bug occurs on ( insert x below )
| Backend | yes | no | untested |
|---|---|---|---|
| gr (default) | |||
| pyplot | |||
| plotly | |||
| plotlyjs | x | ||
| pgfplotsx | |||
| inspectdr |
Versions
Plots.jl version: Plots v1.6.9
Backend version (]st -m): PlotlyJS v0.14.0
Output of versioninfo():
Julia Version 1.5.0
Commit 96786e22cc (2020-08-01 23:44 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen 9 3900X 12-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, znver1)
Environment:
JULIA_EDITOR = "/snap/code/47/usr/share/code/code"
JULIA_NUM_THREADS =

