As a D3 user for years, this looks great, the API looks really clean, congrats on the release!
Observable Plot
11–20 of 56 posts
Re: Observable Plot
#12As a D3 user for years, this looks great, the API looks really clean, congrats on the release!
Thank you!
Thank you to you and your team for D3 and for this library. I’m sure I’ll get lots of use (and freelance gigs) out of it.
Has been a pleasure working with your work.
Re: Observable Plot
#13Re: Observable Plot
#14We’ve been developing Observable Plot for a while now, and I’m thrilled to finally have it out in the public. Feel free to ask me any questions! Or share your plots on Observable and I can make suggestions. ;)
Edit: deleted my question, as it is answered here https://observablehq.com/@observablehq/plot-vega-lite
Re: Observable Plot
#15p.s. My favorite data exploration toolkit is Clickhouse + Tabix (it uses apache echarts). e.g. https://tabix.io/doc/draw/Draw_Chart/
Re: Observable Plot
#16How does this compare to Apache Echarts ( https://echarts.apache.org/en/index.html ) ? p.s. My favorite data exploration toolkit is Clickhouse + Tabix (it uses apache echarts). e.g. https://tabix.io/doc/draw/Draw_Chart/
Re: Observable Plot
#17As soon as I saw this, I thought: 'how is this different from vega lite'. An answer is here: https://observablehq.com/@observablehq/plot-vega-lite It'll be very interesting to see this develop. My initial reaction, as a vega-lite user is I'm not sure it's worth learning the new API immediately. Having said that, I do find the idea of writing transforms in javascript compelling, and I can see there may be some situati…
Vega Lite is very close to R's ggplot2, so we use it for our online science visualizations. The built in downloading svg/pngs built in is pretty awesome.
Vega-Lite it gets us 90% of the way there easily, the remaining 10% is always a struggle. Its well documented but sometimes lacks examples (In a side by side bar graph, how do I move the column heading to the bottom. (column->header->labelOrient: Bottom..)
We plot single cell experiment data (lots of points) and we find vegalite, very performant.
But We'll give this a look. The Javascript transforms seem nice.
Re: Observable Plot
#18We’ve been developing Observable Plot for a while now, and I’m thrilled to finally have it out in the public. Feel free to ask me any questions! Or share your plots on Observable and I can make suggestions. ;)
When would I use this instead of straight D3?
Re: Observable Plot
#19Earlier quoted context omitted.
Thank you!
Mike I just wanted to say I really enjoyed using D3 and I was also very impressed when reading the source code. It’s an excellent model for good programming in JavaScript that served as a great example for a younger me. Thank you to you and your team for D3 and for this library. I’m sure I’ll get lots of use (and freelance gigs) out of it. Has been a pleasure working with your work.
Re: Observable Plot
#20We’ve been developing Observable Plot for a while now, and I’m thrilled to finally have it out in the public. Feel free to ask me any questions! Or share your plots on Observable and I can make suggestions. ;)
I've been using D3 for charts for a while. I'm not a power-user by any means, but I understand it enough to make basic plots. When would I use this instead of straight D3?