Closed thomascamminady closed 9 months ago
I agree that it is hard to remember these and convenient to have them all in one place. I think we already have that in the documentation since we added the detailed parameter info for each mark. For example, for the line interpolation, one can try them all out via the dropdown menu here https://altair-viz.github.io/user_guide/marks/line.html (to go through them faster you can use the up/down arrow keys once the dropdown is activated).
I can see that not all options that you have included here are in the dropdown menu. Would you want to create a PR adding in the missing ones? Or do you think there is some other advantage added by your solution that I'm missing?
Thanks @joelostblom for the detailed answer. I did completely miss the example, sorry! I don't think there's any added value in my example then. I will create a PR, adding the missing methods.
I frequently find myself not fully knowing which interpolation method (as a parameter for
mark_line(interpolate=...)
) yields which result.I created the below chart that I rely on. I wonder whether something like this could be added as an example.