This example visualizes over one million data points using dotAtlas. It shows techniques for streaming large datasets and rendering them incrementally to maintain smooth performance.
The visualization features:
The data in this example corresponds to over 1M abstracts of arXiv papers published between 2019 and 2024. Each point represents one abstract, thematically related abstracts are close to each other on the map. Colors correspond to the thematic cluster the abstract belongs to. The input 2D embedding and clustering were generated using the Lingo4G text analytics engine.
All the code generating this visualization is inlined into the HTML page, view page source to see the code.