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

Visualisation is displayed incorrectly when using .show or .save_hmtl #171

Open
yuliaoh opened this issue Jun 30, 2020 · 1 comment
Open

Comments

@yuliaoh
Copy link

yuliaoh commented Jun 30, 2020

The visualisation works fine when you use .display in the Jupyter notebook, but when you use the functions to display it on a separate page or save as HTML, the red bars and words next to them are not displayed unless you move the lambda slider on top several times. The parameter controlling lambda is also ignored; the slider gets set to 1.0 whatever value you set

The code I use to display it in the browser is

pyLDAvis.show(prepared_data, ip='127.0.0.1', port=8000, n_retries=50, local=False, open_browser=True, http_server=None)
image

@msusol
Copy link
Collaborator

msusol commented Feb 24, 2021

Is this still an issue given the latest release v3.2.2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants