Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only the Cluster_Analysis.ipynb contains a menu option for plotly #446

Open
truongc2 opened this issue Dec 18, 2020 · 0 comments
Open

Only the Cluster_Analysis.ipynb contains a menu option for plotly #446

truongc2 opened this issue Dec 18, 2020 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@truongc2
Copy link
Collaborator

Your bug may already be reported!
Please search on the issue tracker before creating one.

Description

Only the cluster widget offers a menu bar (located in the red box) for the plotly visualization. Are there any reasons why we should not include the menu bar in the other widgets?

import data_describe as dd
dd.cluster(df, method="hdbscan", viz_backend="plotly")

image

Add config={"displayModeBar": False} when returning the plotly figure.

if _in_notebook():
    po.init_notebook_mode(connected=True)
    return po.iplot(fig, config={"displayModeBar": False})
else:
    return fig

Your Environment

  • data describe version: 0.1.0b3
  • Python version:
  • Operating System:
@truongc2 truongc2 added bug Something isn't working question Further information is requested labels Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant