✨ Plotly Studio: the AI-native desktop app for creating data apps and visualizing data.
Sign up for early access!
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%")
anand95m
May 13, 2022, 12:21pm
3
its worked .Thank you
@smail
1 Like
Related topics
Topic
Replies
Views
Activity
Change y-axis number type to percentage for both plots in subplot
📊 Plotly Python
0
6081
June 22, 2020
Format secondary yaxis in a subplots.make_subplots to % (percentage) fig.update_yaxes
📊 Plotly Python
2
5881
October 29, 2021
Plotly axis problems
📊 Plotly Python
6
2477
April 24, 2020
yAxis display having floating point error
plotly.js
4
1477
July 8, 2016
Yaxis labeling 0 as negative
plotly.js
5
1958
September 4, 2020