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


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -