Plotly Community Forum
How to i fix the percentage decimal values of y axis in line chart and bar chart?
📊 Plotly Python
anand95m
May 12, 2022, 6:37am
1
)
smail
May 12, 2022, 7:36pm
2
use this
fig.update_yaxes(tickformat=".2%")
1 Like
anand95m
May 13, 2022, 12:21pm
3
its worked .Thank you
@smail
1 Like
Related topics
Topic
Replies
Views
Activity
yAxis display having floating point error
plotly.js
4
1461
July 8, 2016
Plotly axis problems
📊 Plotly Python
6
2372
April 24, 2020
Can you show percentage of sum of all y values over bars when y axis is absolute values?
📊 Plotly Python
0
621
September 3, 2020
Change y-axis number type to percentage for both plots in subplot
📊 Plotly Python
0
5930
June 22, 2020
Bug in error bars of type 'percent' - error always equal 10%
📊 Plotly Python
0
375
December 15, 2021