print thousand delimiter (of whatever they are called)
This commit is contained in:
@@ -218,7 +218,7 @@ public class Plotter {
|
||||
}
|
||||
|
||||
result.append(" (");
|
||||
result.append(values);
|
||||
result.append(String.format("%,d", values));
|
||||
result.append(")");
|
||||
|
||||
return result.toString();
|
||||
|
||||
Reference in New Issue
Block a user