I'm so excited about this release. I use and like Vega-Lite, and this is openly inspired by that. The ideas embedded in Vega-Lite are such good ideas that having an alternative implementation of them - especially with the pedigree of D3 and Observable behind them - is a big win. I can't wait to see what happens as Vega-Lite and Observable Plot continue to be inspired by each other in the future.
Observable Plot
41–50 of 56 posts
Re: Observable Plot
#42Re: Observable Plot
#43Re: Observable Plot
#44We’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 haven't dug into the whole v3/v4 modularisation, so that might answer it, but is there a way to minimise the dependencies that Plot brings? You say it needs D3, but what of it does it need specifically, the whole thing? It's just that it's 250K or so, so I was wondering what the minimal setup here is.
Cheers and congrats on the release!
Re: Observable Plot
#45Re: Observable Plot
#46Earlier quoted context omitted.
I didn't see any mention of this, but does Observable Plot support interactive charts? E.g. detailed summary on data point hover?
I'd love to use something like Plot or Vega but this is exactly why I am still using D3. Zoom, Delaunay tooltips, and extensible interactivity that I can get to work well in a React based application are very important. Unfortunately Vega's solution to anything interactive seemed incredibly awkward to me at the time. The only time it seemed like Vega made sense was publication style graphics which was unfortunate.
Re: Observable Plot
#47Awesome. Does it require access to the document/window or it can be used in React?
Re: Observable Plot
#48Re: Observable Plot
#49When I think of easy to use charting for almost any scientific domain I work with, I usually think of Plotly. How does this compare with Plotly?
Re: Observable Plot
#50When I think of easy to use charting for almost any scientific domain I work with, I usually think of Plotly. How does this compare with Plotly?
If you're familiar with Plotly Express in Python, this is like a Javascript API with similar feel. It's a lot less verbose than the equivalent raw Plotly.js code.