Replies: 1 comment
-
Hi! Why not call LetsPlot.setup_html() automatically upon importing lets_plot. Maybe it would be ok but maybe not. Concerns about calling Lifecycle of a python module is under control of the python interpreter whereas lifecycle of a cell (namely, an output cell with the injected HTML/JS inside) is under control of the "notebook". On the other hand. there are might be use-cases where invoking |
Beta Was this translation helpful? Give feedback.
-
First of all, I'd like to thank you for your great effort and determination on this project. It helps fill a major void in python ecosystem that is data visualization. Of course, there are some libraries such as seaborn but they don't follow the layered principle of ggplot. Having used seaborn in my last publication, lack of modularity and bad aesthetics had me overworked for making even simple graphs to look good. Lets_plot graphs, like ggplot2, look great out-of-the-box and highly modular and customizable as its R counterpart. So, thank you again.
With that, there are simple things that could be done to make lets_plot much more attractive.
LetsPlot.setup_html()
everytime is an inconvenience. So, why importing the lets_plot not call the function directly?These changes may boost the use of lets_plot in science and in general.
Beta Was this translation helpful? Give feedback.
All reactions