Code:
Code: Select all
fig=px.histogram(Brisbane_df, x='Contract Amount', text_auto=True,nbins=50, color='RAP Region (based on Project Location)' )
fig.show()
Code: Select all
fig=px.histogram(Brisbane_df, x='Contract Amount', text_auto=True,nbins=50, color='RAP Region (based on Project Location)' )
fig.show()