是否可以使用 matplotlib 和 pylab 创建填充线图?

发布于 2024-09-30 16:46:16 字数 280 浏览 1 评论 0原文

我想知道是否可以使用 matplotlib 创建一个填充线图,如下所示?

我安装了 matplotlib 0.91.2 和 pylab。

image http://test1.xsports.co.nz/media/Forecast.png

I was wondering if it is possible to create a filled line graph, like below, using matplotlib?

I have matplotlib 0.91.2 and pylab installed.

image
http://test1.xsports.co.nz/media/Forecast.png

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

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

发布评论

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

评论(1

心在旅行 2024-10-07 16:46:16

matplotlib 库中的 这个示例 看起来它会做你想要的 - 你只需必须填充图形和 x 轴之间。

或者,您可以使用具有许多单像素条(或您想要的任何分辨率)的条形图。

华泰

This example in the matplotlib gallery looks like it will do what you want - you just have to fill between the graph and the x-axis.

Alternatively, you could use a bar graph with many single pixel bars (or whatever resolution you wanted).

HTH

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