0

上下文:数据以毫秒为单位,格式如下:

'08:04:18.795'

'08:13:15.496'

现在我想要的是创建特定的时间范围(例如 08-11、11-14、14-17 等)。如果我绘制它,我会得到一个过于拥挤的 x 轴,其中什么都看不到(图中所示的黑线)并且 x-ticks 函数不起作用。有人可以帮我解决这个问题吗?

# Visualization of the price movement of the Security on 4/12/2020
plt.plot(df_trade_day1['time'],df_trade_day1['price'])
plt.show()

价格变动

4

0 回答 0