Skip to content

Broken rendering with flat surface and scatter3d traces #3262

Closed
@slishak

Description

@slishak

https://codepen.io/anon/pen/KrXrgJ

In the above codepen, the 3D axis appears to have been corrupted. This only appears to occur when there are both a surface and scatter3d, all the z coordinates are identical, and the z coordinate can not be expressed as 2^n where n is an integer.

With z = Math.pow(2, -1):
image

With z = Math.pow(2, -1) + 0.1:
image

Activity

etpinard

etpinard commented on Nov 19, 2018

@etpinard
Contributor

Thanks for the report.

self-assigned this
on Nov 20, 2018
archmoj

archmoj commented on Dec 3, 2018

@archmoj
Contributor

This demo illustrates a similar issue when having a mesh3d with a surface. So it is not related to scatter3d and the bug is likely on the surface3d side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @etpinard@slishak@archmoj

      Issue actions

        Broken rendering with flat surface and scatter3d traces · Issue #3262 · plotly/plotly.js