Hacker News new | ask | show | jobs
Python Charting: Taming Big Data Without Crashing (taipy.io)
12 points by Alyx1337 922 days ago
4 comments

Hey guys! I work at Taipy; we are a Python library designed to create web applications using only Python. Some users had problems displaying charts based on big data, e.g., line charts with 100,000 points. We worked on a feature to reduce the number of displayed points while retaining the shape of the curve as much as possible and wanted to share how we did it.
Interesting article opening new options for large data visuals. I will check how fast this is in Taipy. Anyone has experienced using it?
Nice technical article. Will keep it for later when I'll try to go deeper in Taipy. Thanks
Nice article!