作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我已经使用了自定义设置之后,有什么方法可以重置或使用 xtics(或 ytics)的默认设置?
我需要这样的东西:
set ytics 0.005 nomirror
set y2tics 5 nomirror
plot 'dummy' u 1:2 axes x1y1, dummy2 u 1:2 axes x1y2
##Another plot with "normal" axes
set ytics default (this command doesn't exist but this is what I need)
set y2tics default
plot 'dummy3' u 1:2
因此,如果该命令确实存在,那将解决我的问题,因为我现在拥有的是第二个图当然使用为前一个图定义的 ytics。而且我不想使用重置选项,因为我不想在我的脚本中再次定义所有内容。
最佳答案
你可以把 reset
在你的第二个情节之前。但它会重置一切,对你来说可能是一种矫枉过正。
您也可以使用 set ytics auto
.可能会更好。
最好的事物,
关于gnuplot - 重置 xtics ytics gnuplot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40634124/
在我已经使用了自定义设置之后,有什么方法可以重置或使用 xtics(或 ytics)的默认设置? 我需要这样的东西: set ytics 0.005 nomirror set y2tics 5 nom
我是一名优秀的程序员,十分优秀!