Igor Alshannikov
Igor Alshannikov
Which Lets-Plot version does `LetsPlot.getInfo()` report? I believe that krangl v0.18.4 has already switched to the latest Lets-Plot Kotlin API v4.0.0. If `LetsPlot.getInfo()` reports an older version then you need...
Need to look at the current ggplot2 docs. Related: https://github.com/JetBrains/lets-plot/issues/317
That's right, currently there is no way to adjust the axis style.
Hi, in [v2.2.0](https://github.com/JetBrains/lets-plot#what-is-new-in-220) `element_text()` was added but without ability to modify font size, family or face. However, we've increased the default font size so the need for adjustments is less...
Font `size, family, face` as well as `hjust, vjust` and `margin` parameters were added in [v2.5.0](https://github.com/JetBrains/lets-plot#what-is-new-in-250).
This is a useful feature (and already was requested https://github.com/JetBrains/lets-plot/issues/423) but not easy to implement. If possible we will try to add it in Q4. Thanx for feedback!
We'll take a look, thank you!
Hi @rchui, Unfortunately, we don't have an ARM-baed hardware setup. As ARM was perceived rather exotic (maybe wrongly) we didn't really dig into a crosscompiler-involved wheel building for the arm64...
@rchui Could you try [2.5.0rc1](https://pypi.org/project/lets-plot/2.5.0rc1/)? It includes arm64 manylinux wheels.