如何在matplotlib中制作偏移轴?

发布于 2024-12-09 09:09:29 字数 369 浏览 0 评论 0原文

我想创建两个 x 轴,一个在另一个之下。

我相信我想以这个示例为基础(看起来就像this),但特别是如何在原始轴区域之外(下方)绘制它,并设置major_ticks和major_ticklabels?

I want to create two x-axes, one below the other.

I believe I want to base it off this example (which looks like this), but in particular how do I draw this outside (below) the original axes region, and set major_ticks and major_ticklabels?

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

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

发布评论

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

评论(1

梦年海沫深 2024-12-16 09:09:29

这个例子,
http://matplotlib.sourceforge.net/examples/pylab_examples/spine_placement_demo.html
展示如何将脊柱向外移动。剩下的取决于你想要你的 x 脊柱是什么样的关系(你想要它们连接还是你想要它们彼此独立)。

This example,
http://matplotlib.sourceforge.net/examples/pylab_examples/spine_placement_demo.html
shows how to move the spines outwards. The rest depends on what sort of relation do you want of your x-spines (do you want them linked or do you want them independent of each other).

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