Replies: 2 comments 2 replies
-
Hi Eric, thank you for sharing! We will try to incorporate this code in some form into lets-plot. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @egayer, we've added this feature. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed with @alshan, here is an idea for a function that would allow interactive plotting in a default web browser (or any other). This would be interesting when you are not using an IDE that allows interactive plotting.
The function is very simple, it
ggsave
a temporary .html file and then open it in a web browser. It needs webbrowser and tempfile packages both included in The Python Standard Library.Example :
Beta Was this translation helpful? Give feedback.
All reactions