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

interactive plot does not render if you cannot access the Google Font API #39

Open
Andy7475 opened this issue Sep 18, 2024 · 3 comments

Comments

@Andy7475
Copy link

I've just discovered this as my work firewall don't allow get requests to google APIs, and so I can't render an interactive plot.
I can manually install the Roboto font family though, but the code doesn't look for it - it goes straight for the API and throws an error if you can't connect.

@lmcinnes
Copy link
Contributor

I have used it behind a firewall and it does work, but I think you need to specify a generic font family instead (e.g. "serif"); it has been a while though, and changes have happened to the codebase since then, so I'll have to double check that there are reasonable workarounds.

@Andy7475
Copy link
Author

Thank you! Only impacts interactive plot. I get a lot of warnings on static plot but it does work for that.

@keyuchen21
Copy link

same issues as @Andy7475

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

3 participants