lets-plot-kotlin
lets-plot-kotlin copied to clipboard
Q: any way to line-wrap facet labels?
My facet labels don't seem to contain line breaks (I tried newlines or HTML breaks.).
GGplot supports label_wrap_gen, is there any workaround in lets-plot?
Unfortunately, at the moment there is no way to create a multi-line facet labels. But it is in the plans.
Added via commit: https://github.com/JetBrains/lets-plot/commit/5236da54af75539743abfea9df051687c1fbe6c7
A workaround was added in v4.7.1, see: example notebook.