Joel Ostblom

Results 556 comments of Joel Ostblom

Closing this as there is nothing to do from the Altair side of things here. Please open an issue in the VL repo for this and feel free to link...

This has been fixed in Altair's development branch by switching to vl-convert for saving images. It is still an issue for altair_saver which is tracked in https://github.com/altair-viz/altair/issues/2191

@mattijn I moved the tests to v5 instead of v4 and also updated the docs. Feel free to give this a review if you have the time.

This Wikipedia chart was removed in #2625 . I am happy to review PR if you want to add your chart to the gallery @harabat

That's a good point, in your example it would be difficult to tell *what* went wrong in the first chart and it would not be intuitive that a change of...

Note to self that sphinx gallery added support for something like this in https://github.com/sphinx-gallery/sphinx-gallery/pull/977 that might be wortwhile checking out. They mention some drawbacks with using a separate console on...

Since a `boxplot` is a composite mark, you would need to use: ```py alt.Chart(df, mark=alt.CompositeMarkDef(type='boxplot')).encode(y='foo') ``` The docs for this are being updated in https://github.com/altair-viz/altair/pull/3266/files

@mattijn I rebased this on the latest main branch and also structured the code so that it is easier to review. Do you think you would be able to have...