The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to keep two decimal places accuracy while display label on bar chart?
Hi guys, as shown below, how to change the label to two decimal places accuracy? Such as 9.26, 9.14...
Thanks!
Thanks!
0
Best Answer
-
jacobcybulski Member, University Professor Posts: 391 UnicornThere is a "secret" help in RapidMiner which can help you out here. When you go to "Plot Style" and inside to "Label Style" you'll find a format field. Hover the mouse over that field and it will tell you exactly what to do, i.e. to enter a format statement {point.y: .2f} to achieve what you want.
1
Answers
I need to display some of the numbers by percentage in the result (in data, not visualisation).
So I used the format number, but it only displays 1%, 2% etc.
I cannot get the accuracy as 1.05%.
Any idea how to solve it?