简体   繁体   English

有没有一种可视化方法可以识别时间序列数据上的相同事务?

[英]Is there a visualization method that we can identify the same transactions on time series data?

I'm looking for a method to make this kind of image: 我正在寻找一种制作这种图像的方法:

在此处输入图片说明

(reference: https://www.bloomberg.com/graphics/2015-spoofing/ ) (参考: https//www.bloomberg.com/graphics/2015-spoofing/

Timeseries, and we can connect the same data (ex. transactions by the same person on e-commerce or trade transactions by the same investor). 时间序列,我们可以连接相同的数据(例如,同一个人在电子商务上的交易或同一投资者的贸易交易)。

Python or javascript code is highly appreciated, but other (GUI tool maybe?) is also sufficient. Python或javascript代码受到高度赞赏,但其他(也许是GUI工具?)也足够了。

Also, I want to know the name of this kind of graph. 另外,我想知道这种图的名称。

Thank you! 谢谢!

I think you can try d3.js https://github.com/d3/d3/wiki/Gallery It's simply easy to integrate. 我认为您可以尝试d3.js https://github.com/d3/d3/wiki/Gallery它很容易集成。 And if you're using react try react-vis https://uber.github.io/react-vis/ 如果您使用的是React,请尝试react-vis https://uber.github.io/react-vis/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM