Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Silent failure to display scatter3d plot in mode lines+markers when line color is given #1093

Copy link
Copy link
Closed
@ivirshup

Description

@ivirshup
Issue body actions

In mode lines+markers, if a line is specified with color from a numerical vector the plot silently fails. This happens regardless of whether I'm trying to display it in a notebook or write a file. Here's an example:

screen shot 2018-08-05 at 1 39 17 pm

And here's a copy-able version of the relevant code:

import plotly.graph_objs as go
import numpy as np

x, y, z, c = np.random.random_sample((4, 10))
go.FigureWidget(data=[
    go.Scatter3d(x=x, y=y, z=z,
                 line=go.scatter3d.Line(color=c))
])

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething brokensomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.