TypeError when using Matplotlib's strpdate2num with Python 3.2

前端 未结 3 2124
难免孤独
难免孤独 2020-12-11 07:38

In my current project I want to read some experimental data from a text file into Python using the following code:

import numpy as np
from matplotlib.dates i         


        
3条回答
  •  庸人自扰
    2020-12-11 08:24

    The workaround of unutbu work perfectly fine. Meanwhile it seems that the issue has been addressed. Using bytespdate2num() instead of strpdate2num() works for me.

提交回复
热议问题