Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
1–10 of 50 posts
Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#2Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#3Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#4Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#5been stuck on matplotlib for centuries, academia loves such a change
Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#6Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#7Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#8I’m not convinced GPU acceleration is a meaningful advantage for most charting use cases. Most dashboards don’t render enough data for it to matter. Once a chart is dense enough for rendering to become the bottleneck, it normally is already be too crowded to be meaningful. Zooming can justify supporting larger datasets, but sampling/viewport culling and level of detail often avoid drawing unnecessary points...
We also built this library for extreme customization with CSS/Tailwind support so rendering large amounts of data is an important but not the only advantage.
Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#9no support for native GUI?
Re: Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library
#10> XY is an extremely fast, interactive, customizable Python charting library
which is it?