删除 tikzpicture 中的顶部和右侧轴

删除 tikzpicture 中的顶部和右侧轴

在 tikzpicture 中使用 {axis} 时是否可以删除画布边框。最终目标是删除右边框和上边框。

\begin{axis}[
   height=\figH,
   tick align=outside,
   tick pos=left,
   width=\figW,
   x grid style={darkgray176},
   xlabel={time},
   xmajorgrids,
   xmin=0, xmax=1000,
   xminorgrids,
   xtick style={color=black},
   y grid style={darkgray176},
   ylabel={signal},
   ymajorgrids,
   ymin=-5, ymax=5,
   yminorgrids,
   ytick style={color=black}
]

相关内容