Ever since I recently upgraded Plotly, I am getting some strange y axis value labels for negative numbers:
Has anyone seen something like this before? These are from graphs generated with to_html(). I cannot quite pinpoint the cause. Thanks.
Ever since I recently upgraded Plotly, I am getting some strange y axis value labels for negative numbers:
Has anyone seen something like this before? These are from graphs generated with to_html(). I cannot quite pinpoint the cause. Thanks.
Hi @valankar, yes we had similar topics:
Same issue here. Values in the dataframe were float type. All values are negative, but on the y axis tick marks they show up with a strange a symbol with an accent.
Hi @gerard, which plotly version are you using?
Seems itβs a known UTF issue. See this bug:
Possible solution
Use charset=βUTF-8β
1)
if above one wonβt work than update the plolty version