HN user

holtzy

126 karma

yan-holtz.com

Posts8
Comments23
View on HN

There aren't so many polished matplotlib charts out there. So I'm not even sure if chatGPT would be good at it.

This is a very good question as performance is a key struggle in Data Visualization. Swizec answer below is great.

I will write more about performance soon. But using several layers of canvas is definitely the way to go in most situation to put it in a nutshell

Yes I know about VisX.

The approach is kind of in-between what I suggest and what a classic JS library like Vega does.

It is definitely a very good abstraction imo!! But I'm always scared to be stuck with a customisation I cannot do because of a layer of abstraction.