My plot has logx axis. So I want to show the tic marks. But due to the size of the tic values they overlap. For example:
But if I reduce the tic marks by the command
set xtics (1.0e-7,1.0e-5, 5.0e-4);
I want those logarithmic tics(like the first picture) but only three values written(like the second picture) without compromising the size. Is it possible?