Open IKupriyanov-HORIS opened 1 month ago
import string from lets_plot import * LetsPlot.setup_html() d = { l: [i]*2 for i, l in enumerate(string.ascii_lowercase) } | {'facet': [0, 1]} ggplot(d, aes(x='a', y='b')) + geom_point(tooltips=layer_tooltips(list(string.ascii_lowercase))) + theme(panel_inset=[400, 0, 0]) + ggsize(800, 1000) + facet_wrap("facet")
Actual result:
Result without panel_inset:
Actual result:
Result without panel_inset: