David Anthoff

Results 1184 comments of David Anthoff

I think this is https://github.com/vega/vega-lite/issues/3797?

Yeah, I've been thinking how we could do that... I don't really want to take a dependency on CategoricalArrays.jl, that is quite an involved package. I wish there was some...

I'm pretty positive that the problem is that Jupyter Lab ships a very outdated version of vega and vega-lite, and I think this was something that was fixed in vega...

Can't think of any way to do that... Good idea, though!

Maybe one option would be to just have something like: ```julia set_vlconfig(@vlplot(whatever)) ``` But I'm still quite unsure what a good API for this would look like... @tkf and @mcmcgrath13...

Yeah, I think the problem with `vega-embed` is that it doesn't help us with the save to file situation... My sense is that viewing and saving a plot should really...

> Is the idea to define `(right::VLSpec)(left::Vlspec)` so that `left |> right` "merges" those specs (and right wins whenever there is a conflict)? Yes, exactly. > I guess it needs...

If you have something like this: ``` @vlplot( :geoshape, data={ values=mydata, format={ type=:topojson, feature=:counties } } ``` then `mydata` should be a `Dict` that you just got from loading your...

I think we've so far left those kind of documentation things upstream, but maybe we should start to document that here as well... Not sure.

I just tagged a new version of the package, with updated versions of the underlying Javascript libraries. My best guess is that we had been using an outdated version of...