【发布时间】:2013-09-24 11:28:40
【问题描述】:
我有这样的熊猫数据框:
2013-09-13 20:51:00
2013-09-13 20:52:00
2013-09-13 20:53:00
2013-09-13 20:54:00
2013-09-13 20:55:00
2013-09-13 20:56:00
2013-09-13 20:57:00
2013-09-13 20:58:00
2013-09-13 20:59:00
2013-09-16 00:00:00
2013-09-16 00:01:00
2013-09-16 00:02:00
2013-09-16 00:03:00
2013-09-16 00:04:00
2013-09-16 00:05:00
2013-09-16 00:06:00
2013-09-16 00:07:00
2013-09-16 00:08:00
没有周日和周六日期。 Matplotlib pyplot 是这样画的:
除了 emty date 之外,是否可以裁剪图像?像这样:
【问题讨论】:
-
This post 已满或建议使用不连续的轴。
标签: python matplotlib pandas