Hi,

I created a histogram but there is a thick line on the x-axis. I checked using graph editor, and this seems like the axis line itself. However, I am not able to remove it. I create the histograms using a loop, and this line is showing up in only 2 of the 9 graphs generated. Attached is the code as well as the .png sample file.

Code:

histogram pc11_total_area, percent bfcolor(lime) fintensity(100) graphregion(fcolor(gs16)) plotregion(fcolor(gs16) lcolor(gs1)) legend(off) xtick(`min'(0.1)`max', labsize(vsmall)) xtitle(, size(small) margin(small))


Array

Thank you