Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个列表: [ [日期列表(字符串)] [值列表(浮点数)] 我如何使用 PyX 绘制它?
g.plot(graph.data.values(x=values[0], y=values[1]))
不管用
虽然 PyX 中没有适当的时间轴支持,但您可以按照以下方式做一些事情
http://sourceforge.net/p/pyx/code/HEAD/tree/trunk/pyx/test/functional/test_timeaxis.py