On 15.03.2012 18:50, Stefan83 wrote:
>
> Hi all,
>
> Im really new in using gnuplot but I'm excited of the nice look of all the
> diagrams. But one thing I can't handle out.
> I have a logarithmic scale on bothe the x and y axe. For Fitting issues they
> don't start at exact 10^x values. So I want to have the start and end values
> of my axes plotted as well. For example, if my x axe starts with 4000 it
> should be prompt 4x10^3 at under the scale. In the picture you can see the
> original plot.
set xtics add (4000)
|