Skip to content

[BUG] Surface plot not working with plotlyjs backend #3052

@otobrzo

Description

@otobrzo

Surface plot not working with plotlyjs backend

using Plots
plotlyjs()

surface(rand(200,100))

plots_surface

compare with PlotlyJS

import PlotlyJS

PlotlyJS.Plot(PlotlyJS.surface(z=rand(200,100)))

plotlyjs_surface

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 =

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions