I have this plot And as you can see, there\'s this gap between the zero and the bottom of the plot, is
Yes, it is possible. Use:
set xyplane at 0
to remove the offset.
On older gnuplot, you may need to use:
set ticslevel 0
instead.