# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'tics.3.png' set style data lines set mxtics set xtics border out scale 3,2 nomirror norotate offset character 0, -1, 0 autojustify set xtics norangelimit autofreq textcolor rgb "red" set ytics border in scale 3,2 nomirror rotate by 90 offset character 2, 0, 0 autojustify set ztics border in scale 3,2 nomirror rotate by 45 autojustify set cbtics border in scale 3,2 nomirror rotate by 45 autojustify set rtics border in scale 3,2 nomirror rotate by 45 autojustify set title "Different modification of tics settings" set xlabel "x" set xrange [ -15.0000 : 15.0000 ] noreverse set ylabel "y" set yrange [ -0.250000 : 1.00000 ] noreverse NO_ANIMATION = 1 plot sin(sqrt(x**2))/sqrt(x**2) notitle