简体   繁体   中英

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/ )

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.

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. And if you're using react try react-vis https://uber.github.io/react-vis/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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