JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.55k stars 49 forks source link

superscript formatting #1166

Closed Zaf4 closed 1 month ago

Zaf4 commented 1 month ago

Hi,

I could not figure out a way to format superscripts as 103 rather than 1.103 Is there a workaround for this or is this not implemented in anyway yet? I guess #1071 is related to this.

the last thing I tried was the following.

+ scale_y_log10(format=".0~e")
+ theme(exponent_format="pow")

I was hoping .0 would get rid of the "1." but .1 , .2 and .0 or even only ~e behaves the same.

alshan commented 1 month ago

Unfortunately, the shortened form is not yet implemented. Please, follow #1071 .