Live data from Hacker News

Plost – a deceptively simple plotting library

github.com

1–10 of 24 posts

Re: Plost – a deceptively simple plotting library

#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

Re: Plost – a deceptively simple plotting library

#7
post #2

Looks useful. Vega-Lite is TypeScript (?), how does that distribute/integrate with Plost in python?

This is a library for use in Streamlit (which is a Python framework for data apps), and Streamlit already supports Vega-Lite behind the scene. So I'm just riding on their Vega-Lite.

Here's more info about Streamlit: https://streamlit.io

(BTW I'm a cofounder there :) )

Re: Plost – a deceptively simple plotting library

#8
post #5

Oh hey, fancy seeing this here! I'm the author I'll try to answer questions below.

Nice work on this library! Hadn’t come across it before. I’ve been using Streamlit quite a bit the last few months and really enjoy it. Have a few ideas in mind for incorporating plost after going through the sample app and seeing the event plots!

Re: Plost – a deceptively simple plotting library

#9
post #7
post #2

Looks useful. Vega-Lite is TypeScript (?), how does that distribute/integrate with Plost in python?

This is a library for use in Streamlit (which is a Python framework for data apps), and Streamlit already supports Vega-Lite behind the scene. So I'm just riding on their Vega-Lite. Here's more info about Streamlit: https://streamlit.io (BTW I'm a cofounder there :) )

Thanks, I had never run across Streamlit, which looks very mature. I'll try out Plost.
Post reply on HN