Closed ASmirnov-HORIS closed 3 days ago
Example:
d = 10 v = 3.14 * 10**d ggplot() + geom_label(x=0, label=v, label_format=".8g")
Output:
Expected:
To keep zeroes you need to use '#' flag : label_format="#.8g"
label_format="#.8g"
Example:
Output:
Expected: