Joel Ostblom
Joel Ostblom
This is something that would need to be added to Vega-Lite before it would be available in Altair. You can ask on their issue tracker to find out if there...
I believe that this will not be possible until Altair supports parameters, which were recently added to Vega-Lite. [You can see the example in the most recent Vega-Lite docs for...
This sounds like a duplicate of https://github.com/altair-viz/altair/issues/2504. Does the solution suggested there fix the issue (downgrading to jsonschema 3.2)?
I am not sure if this functionality is provided by Vega-Lite, so it might be a good idea to ask on StackOverflow and tag it with Vega-Lite to see if...
@eitanlees Ok! I will see if I can find some time this or next weekend to do it! Btw, when the material is updated, it might be a good idea...
Thanks for this suggestion @multimeric ! I agree that is sounds more helpful to link to the second page you are suggesting. I am not sure if this is autogenerated...
@multimeric You are correct that `altair/vegalite/v5/api.py` is autogenerated. The source file is here https://github.com/altair-viz/altair/blob/master/tools/generate_schema_wrapper.py. I am not sure how easy it will be to edit the docstring for the transform...
You're right, I mixed up which files are autogenerated. It is only the files within the `schema` directory that are autogenerated. The `api.py` file is not ([as mentioned in the...
This is working for me as expected when installing Altair directly from the GitHub repos main branch so it must have been fixed in later versions of VL although I...
I don't know if there are any issues with adding GeoPandas to the docs either, so that part will be up to @jakevdp. Other than that this all sounds super...