Hi,
I currently noticed some strange behaviour with my plotly object when i was trying to plot some basic charts
please take a look at it and let me know of your comments
import plotly.graph_objects as go
fig=go.Figure(data=[go.Bar(x=[β1β,β2β,βThreeβ],y=[β23β,β35β,β40β])])
fig.show()
When i plot the figure i find just display for 1 and 2 and the string βthreeβ is being left out.
Can someone explain to me what is going on. Plotly graph object is misunderstanding strings and str(int).