You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a problem rendering a Scatter3d plot with opacity using the plotly extension in jupyterlab. X_pca is a m x 3 matrix of with 3 pca components.
This is the code that I have to create my plot:
When I plot the 3d scatter plot without opacity (or opacity=1) it renders fine, but when I set the opacity to anything lower than 1 it doesn't render properly.
Hi,
I am experiencing a problem rendering a Scatter3d plot with opacity using the plotly extension in jupyterlab.
X_pca
is a m x 3 matrix of with 3 pca components.This is the code that I have to create my plot:
When I plot the 3d scatter plot without opacity (or
opacity=1
) it renders fine, but when I set the opacity to anything lower than 1 it doesn't render properly.You can see the differences here: http://nvgl.it/pxOVpK
I'm using python 3.7.2, with the latest version of jupyterlab and the extension.
The text was updated successfully, but these errors were encountered: