working on my thesis here.
I've been trying to plot with tics on the border and the zero axes. I just want to have numbers on the border.
The result expected should be as if the 2 images attached were combined.
Is there any way to do this?
Code First image:
set xtics axis
set ytics axis
set format x ""
set format y ""
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set tics in scale 1
set mxtics 2
set mytics 2
set xtics mirror
set ytics mirror
Code Second image:
set xtics border
set ytics border
set format x "% g"
set format y "% g"
unset xzeroaxis
unset yzeroaxis
set tics in scale 2.5
set mxtics 5
set mytics 2
set xtics mirror
set ytics mirror
Thanks!!!


