I’m plotting a histogram in gnuplot and the bars end up covering the tics in the x axis, like so:

Is there any way to prevent this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know for sure if this will work or not, but you can try this:
From reading the documentation, it looks like that will push the tics to the top of the stack of objects when plotting (i.e. they’ll get plotted after the bars making them visible (I think)). Another option is to use transparency in your fillstyle, but that may not work depending on your terminal (and it may not be desirable).