I was trying to have some plot in seaborn and so far here is the code
# Plot the results
# Bar plot of Yearly CBM
historica_cost = sns.barplot(
x = harvest_yearly_cost.year,
y = harvest_yearly_cost.harvest_cost,).set_title('Historical Yearly Harvest Cost')
historica_cost.figure.savefig('./export/yealy_felling_cbm.png')
The output is as shown below bar plot with log scale
How can i remove the log scale and have the origal numbers in the data which were in Millions