Я новичок в gnuplot и хочу удалить все оси и границы из графика. Я отключил границы, xtics и ytics, но все еще получаю ось X на своем графике.
gnuplot> unset border
gnuplot> unset ytics
gnuplot> unset xtics
gnuplot> set samples 1000
gnuplot> set polar
dummy variable is t for curves
gnuplot> plot [0:10*pi] 10+2*sin(56*pi*t/20)
![enter image description here](https://i.stack.imgur.com/JwaID.png)