🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "LilC"
New Altair Community Member
Updated by Jocelyn
Hi guys, as shown below, how to change the label to two decimal places accuracy? Such as 9.26, 9.14...
Thanks!
Sort by:
1 - 3 of 31
    User: "jacobcybulski"
    New Altair Community Member
    Accepted Answer
    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.
    User: "LilC"
    New Altair Community Member
    OP
    Thanks Jacob, you are awesome!
    User: "LilC"
    New Altair Community Member
    OP
    Updated by LilC
    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?