Joel Ostblom
Joel Ostblom
I was mainly thinking about being able to always return a dictionary with the existing properties/keys so that `chart.mark` would return `MarkDef({type: 'point'})` rather than just `'point'`. The advantage would...
A text box function would have to be added to Vega-Lite before it can be added to Altair. You can check if there is an open issue about it on...
@masta-g3 I don't think the text is selectable in any Vega-Lite chart, at least not in the Vega Editor or Jupyter Lab. You can try with the examples here https://vega.github.io/vega-lite/examples/....
@ccsuehara `alt.value` specifies the number of pixels in the charts so it should work regardless of what data type you have on the x-axis. Could you include the code for...
It is possible to show the images of selected points by using two layered charts: ```py import altair as alt import pandas as pd source = pd.DataFrame.from_records( [{'a': 1, 'b':...
Great! Thanks for sharing your code! I will keep this open as a reminder to add something along these lines to the docs.
I didn't realize that `value` comes from vegalite, I thought it was a convenience function in altair. I will change this issue to add documentation on their differences as per...
Not sure if the doctest will also serve a live preview, but in case it doesn't, here is screenshot of what the section looks like now: 
Thanks @harabat , that's a good point you bring up. I was personally thinking about this section as tools that are more directly related to Altair rather than just compatible...
@jakevdp I added a reference to the course I mentioned in the original issue and to the [EDA wrapper package I made](https://joelostblom.github.io/altair_ally/intro.html) (let me know if you think logo or...