Joel Ostblom
Joel Ostblom
@vladimirvrabely You could extract the colors from vegalite as per this SO answer, but it is a hacky workaround for the time being https://stackoverflow.com/questions/70993559/altair-selecting-a-color-from-a-vega-color-scheme-for-plot/70994568#70994568
The failing test seems unrelated to the changes I made.
I see, I tested with a few different widths initially but didn't go extreme enough to notice a difference. Just tried it with more than twice the width compared to...
That's the value I used for width and height when I optimized the distance between the margins and main plot to an arbitrary value that I thought looked good (`0.012`)....
Not sure how to deal with autoscaling figures since their width is not known until the fig is created, which means that the marginal plot spacing can't be calculated before...
That's a neat approach to supporting images! If a raster mark is eventually added in Vega-Lite, do you think that the VegaFusion solution would still be the higher performance option...
> VegaFusion could integrate with Avenger to make it possible to replace any mark with an image rendered on the server. So you could do something like alt.Chart().mark_line(image=True).encode(...) and the...
@jonmmease and I were part of a brief discussion in a hackathon a couple of month ago with some other people from the scverse regarding using Vega-Lite/Altair in some of...
Thanks for the quick reply! I don't think there is any circular logic since I have set `react: false`. My understanding is that `param65` will compute the color domain on...