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 have created a scatter3d chart with plotly express. The scatter3d works fine with column "count" as size (fig 1). There are three big bubbles on the top layer and one on the bottom layer.
fig1
I next add the color parameter to be a column "type" in the frame. The resulting plot appears to have incorrectly swapped out "count" for "type" in the size parameter, so now the actual size param is ignored and it maps color to size. (fig 2).
Thanks for the report @ua-chjb - can you please let us know which versions of Python and Plotly you are using, on which OS and with which browser? Thanks - @gvwilson
Python 3.9.12, running on Windows 10 in Jupyter Lab on Chrome
Name: plotly
Version: 5.24.1
Summary: An open-source, interactive data visualization library for Python
Home-page: https://plotly.com/python/
Author: Chris P
Author-email: [email protected]
License: MIT
Location: c:\users\benno\appdata\local\programs\python\python39\lib\site-package
s
Requires: packaging, tenacity
Required-by: dash
Name: jupyter
Version: 1.1.1
Summary: Jupyter metapackage. Install all the Jupyter components in one go.
Home-page: https://jupyter.org
Author: Jupyter Development Team
Author-email: [email protected]
License: BSD
Location: c:\users\benno\appdata\local\programs\python\python39\lib\site-package
s
Requires: ipykernel, ipywidgets, jupyter-console, jupyterlab, nbconvert, noteboo
k
Required-by:
Name: jupyterlab
Version: 4.3.2
Summary: JupyterLab computational environment
Home-page:
Author:
Author-email: Jupyter Development Team <[email protected]>
I have created a scatter3d chart with plotly express. The scatter3d works fine with column "count" as size (fig 1). There are three big bubbles on the top layer and one on the bottom layer.
fig1
I next add the color parameter to be a column "type" in the frame. The resulting plot appears to have incorrectly swapped out "count" for "type" in the size parameter, so now the actual size param is ignored and it maps color to size. (fig 2).
fig2
The text was updated successfully, but these errors were encountered: