Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

How to keep two decimal places accuracy while display label on bar chart?

LilCLilC Member Posts: 24 Learner I
edited July 2020 in Help
Hi guys, as shown below, how to change the label to two decimal places accuracy? Such as 9.26, 9.14...
Thanks!

Best Answer

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    Solution Accepted
    There 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.

Answers

  • LilCLilC Member Posts: 24 Learner I
    Thanks Jacob, you are awesome!
  • LilCLilC Member Posts: 24 Learner I
    edited July 2020
    Hi, Jacob, I have another problem.
    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? 
Sign In or Register to comment.