I’m trying to use gnuplot and the eps latex terminal.
I created this image:

As you can see the x labels are all superposed. How I fix this problem?
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.
There are a couple of ways. You can rotate the xtics as maverik mentioned, or you can adjust the spacing by
That will make a tic every 4e11 units, for example.
Gnuplot is not necessarily going to make an intelligent choice about how many tics there will be, such that they don’t overlap. If you have long-format tics (scientific notation like you have, or time data for instance) you often have to adjust the spacing manually.