Live data from Hacker News

Plost – a deceptively simple plotting library

github.com

21–24 of 24 posts

Re: Plost – a deceptively simple plotting library

#21
post #6

As a plotting library, I think that the README would deserve to have at least a representative plot example.

Check out the example app, linked in the README. I meant for that to be a replacement for the README, since it actually lets you interact with the plots. But I'll add a picture to GitHub anyway

Looks like the app is dead :/

Re: Plost – a deceptively simple plotting library

#23
post #20

What is the difference to https://altair-viz.github.io/ which I use in Python to create vega-lite plots? Can you create interactivity with Plost? Unfortunately https://share.streamlit.io/tvst/plost is still broken, so I can't really assess this.

Not OP, but the API looks slightly dense/shorter/brief, which might appeal some people.

I use Altair too, and initially felt the API very verbose compared to, say, matplotlib (for simpler plots). So I kind of see the possible appeal. But I now appreciate the grammar-of-graphics like composable nature of Altair API. And yeah, the interactivity is nice.

Re: Plost – a deceptively simple plotting library

#24
post #17

Seems similar to plotly / plotly express?

Plotly Express author here: yes, seems very similar! I approve! I've been toying with the idea of building what I had been calling "Vega Express" for a while, but now it looks like I don't need to ;)
Post reply on HN