Jake Vanderplas

Results 424 comments of Jake Vanderplas

Thanks - sphinx does not use the renderers framework, unfortunately, so renderer settings will not apply. You'll need to find another way to specify those settings. Renderers are what are...

I think this is more of a documentation issue than a bug, to be honest.

Thanks for the report. I ran the above script with Python 3.6, altair 4.0, selenium 3.14.1, and chromedriver 2.36.540469, and the saved output did not include any corrupted characters. What...

Thanks - this is due to the issue in #39 (the upstream URLs were removed), and we haven't had a chance to address it yet

`params` is what `selections` have evolved into in Vega-Lite 5.0. Altair doesn't yet support this.

This is a really interesting example... I took the liberty of tweaking it just a bit: ```python import altair as alt from vega_datasets import data source = data.la_riots() # Sort...

To be honest, I think the data in this example is sensitive enough that I wouldn't be comfortable including it in the documentation. Can we come up with a similar...

Strongly agree - I just don’t know how to do it, because schema validation is done by the jsonschema package and it doesn’t really return anything useful. If you can...

I think we could basically remove the "using Vega-Lite directly" section entirely, and just point to the Altair documentation.

Can you point to the incorrect documentation?