Plotting a histogram with Matplotlib on logscale
I am trying to plot the following sample data where a plane is worked on for (c_num days (x)) and how much someone works on that plane a day (MTC_Daily_Lbr_percent (y)).I created the below coding where I tried to do curve fit but I am very new to curve fit and Matplotlib. Is there any way to take this data and plot a histogram? I know that its supposed to be a left skewed bell (with maybe another slight upwards motion towards the end date)Also, is there some type of way to have an equation produced? That way I can forecast?