Hi, in matplotlib, I can align the barcharts to the edge by using the parameter “align”:
plt.bar(x1,y1, color=list(loc1[‘color’]),width=loc_dur1, align=‘edge’)
What is the parameter for that in Plotly?
Hi, in matplotlib, I can align the barcharts to the edge by using the parameter “align”:
plt.bar(x1,y1, color=list(loc1[‘color’]),width=loc_dur1, align=‘edge’)
What is the parameter for that in Plotly?