xtics are set automatically, with a larger step if the range is large.
You can
- either use this (but xlabels will overlap if xrange is large)
set xtics 10 # mxtics are set to the default, 10 too
- or leave xtics set automatically (1, 100, ...) and use this (but
secondary xtics will become nearly indistinguishable):
set mxtics 100
Le 19/04/24 à 14:58, Al Conle a écrit :
>
>
> Here is the 1:1.0E+10 x axis.
> Note that the grid lines for 10, 1000, 100000, ...1x10^9 are missing and
> there is no way to "find" them while trying to read the graph.
>
> image.png
> Where as in the plot below has a correct display of the major and minor
> tick lines
>
> image.png
>
> Al
>
>
>
>
>
>
>
|