Open IKupriyanov-HORIS opened 2 months ago
from lets_plot import * LetsPlot.setup_html() d = { 'l': [3], } ggplot(d, aes(color='l')) + geom_point() + ggsize(300, 200)
from lets_plot import * LetsPlot.setup_html() d = { 'l': [3_000_000], } ggplot(d, aes(color='l')) + geom_point() + ggsize(300, 200)
Maybe related:
see: https://github.com/JetBrains/lets-plot/issues/1188#issuecomment-2353701572