Joel Ostblom
Joel Ostblom
In addition to what @ChristopherDavisUCI mentioned, I think it does make sense to include alias for the classes that we expect users to directly interface with (and maybe hiding the...
Maybe we should also consider adding shortcuts for some of the `*Config` classes? Maybe not as important but I just learned in https://github.com/altair-viz/altair/issues/3216#issuecomment-1747437368 that we can do something like ```...
That sounds quite worrying. I usually backup my frames file via a third party client in case something like this would happen, but haven't encountered it yet myself. What watson...
In addition to what has already been said, here is a Vega example with drilldown-like functionality https://vega.github.io/vega/examples/job-voyager/. And there is also an issue somewhere in the repo where we "drill...
It works for me too. One thing to try is to close down all jupyter notebooks with an altair chart and then reopen jupyter lab and try again.
Can you open up the javascript console (F12 in most browsers) and see if there is any additional information there?
Hmm, I am not sure what is going wrong here. You mentioned that other version of altair worked, if you downgrade it or create a new env with a lower...
You could try it with any of the examples in the gallery both those with data that has less than and more than 5k rows to understand exactly what is...
I'm happy it works for you now @bchastain ! The sample code works for me, both when disabling max rows and when using less data without max rows disabled. You...
This is actually [available as a default in Neovim](https://neovim.io/doc/user/lua.html#vim.highlight), and it is super helpful. Especially for confirming the yanked region (especially when grabbing a paragraph or targeting a character where...