gnuplot - Manage X label in GNU -
i have x-label range this: 2.0237*e^10 15.055*e^10. when draw graph x-label values overlap. how can manage without changing font size? use "set xtics" define larger distance between xlabel major tics. can use "set format x " define more suitable format x-axes: for example: draws xlabel tics @ 2*e^10, 4*e^10, 6*e^10... set xtics 2e10 this display label tics in more compact form: set format x "%1.0e" you might find helpful: http://heim.ifi.uio.no/inf3330/scripting/doc/gnuplot/kawano/tics-e.html#3.1