Skip to content

Commit 3f0b830

Browse files
committed
In axis painter use 'g' as default for axis values
1 parent f9f68be commit 3f0b830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gpad/TAxisPainter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const AxisPainterMethods = {
184184
return res;
185185
}
186186

187-
return floatToString(val, fmt || gStyle.fStatFormat);
187+
return floatToString(val, fmt || 'g');
188188
},
189189

190190
/** @summary Provide label for exponential form */

0 commit comments

Comments
 (0)