y2 轴上的不规则刻度

发布于 2024-12-22 05:45:54 字数 349 浏览 0 评论 0原文

我使用 简单的 gnuplot 代码 生成以下图:

plot

如何使 y2 轴上的不规则刻度消失?

似乎其中一列导致了此问题。我只想对 y2 使用一列(第 3 列和第 6 列之间的任意一列)。该图的数据也可在此处获取。

I am using the a simple gnuplot code to generate the following plot:

plot

How do I make the irregular ticks on the y2 axis go away?

It seems like one of the columns is causing this issue. I would like to use just one column (any one between column 3 and 6) for y2. The data for the plot is also available here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江心雾 2024-12-29 05:45:54

我看不到您用来生成绘图的代码,但您可能想要的是命令

set ytics nomirror

这将防止左轴上的抽动被镜像到右侧。

I can't see the code you used to produce the plot, but what you probably want is the command

set ytics nomirror

This will prevent the tics on the left axis from being mirrored on the right.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文